mirror of https://git.musl-libc.org/git/musl
Browse Source
in nearest rounding mode exact halfway cases were not following the
round to even rule if the rounding happened at a base 1000000000 digit
boundary of the internal representation and the previous digit was odd.
e.g. printf("%.0f", 1.5) printed 1 instead of 2.
master
committed by
Rich Felker
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue