From 7816e32b7bdbb991c003bb6573ddc3c029723afa Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Sun, 14 Jan 2024 09:20:32 +0100 Subject: #49 Fixing rounding behavior of baseline implementation --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 16b1c03..b9dada5 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ If you want to use a build not available via these channels, reach out to discus * There is a maximum of 10,000 unique station names * Line endings in the file are `\n` characters on all platforms * Implementations must not rely on specifics of a given data set, e.g. any valid station name as per the constraints above and any data distribution (number of measurements per station) must be supported +* The rounding of output values must be done using the semantics of IEEE 754 rounding-direction "roundTowardPositive" ## Entering the Challenge -- cgit v1.2.3