[Bug math/19869] floor and fmod not consistent with each other

schwab@linux-m68k.org sourceware-bugzilla@sourceware.org
Tue Mar 29 08:36:00 GMT 2016


https://sourceware.org/bugzilla/show_bug.cgi?id=19869

--- Comment #7 from Andreas Schwab <schwab@linux-m68k.org> ---
remainder(8, 1.6) returns -4.4e-16, thus, per definitionem, fmod(8, 1.6)
returns remainder(8, 1.6) + 1.6 = 1.5999999999999996447.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list