diff options
| author | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-14 09:20:32 +0100 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-14 10:59:24 +0100 |
| commit | 7816e32b7bdbb991c003bb6573ddc3c029723afa (patch) | |
| tree | 4a04f2a2d2d803592e7a7c6cb387f2d3e9cb6ab8 /README.md | |
| parent | 8d389a907beafd5f248afb16bbdf6d4e890a9486 (diff) | |
#49 Fixing rounding behavior of baseline implementation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
