aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGunnar Morling <gunnar.morling@googlemail.com>2024-01-14 09:20:32 +0100
committerGunnar Morling <gunnar.morling@googlemail.com>2024-01-14 10:59:24 +0100
commit7816e32b7bdbb991c003bb6573ddc3c029723afa (patch)
tree4a04f2a2d2d803592e7a7c6cb387f2d3e9cb6ab8 /README.md
parent8d389a907beafd5f248afb16bbdf6d4e890a9486 (diff)
#49 Fixing rounding behavior of baseline implementation
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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