[Cfp-interest 2494] fmod(), remainder() and remquo()

Fred J. Tydeman tydeman at tybor.com
Wed Aug 3 20:35:02 PDT 2022


If subnormal numbers are not supported, then it is possible for underflow
to happen with fmod(), remainder() and remquo().  That error is not mentioned
for those function.

fmod( min*1.1, min ) is 0.1*min  [a subnormal number]


---
Fred J. Tydeman        Tydeman Consulting
tydeman at tybor.com      Testing, numerics, programming
+1 (702) 608-6093      Vice-chair of PL22.11 (ANSI "C")
Sample C99+FPCE tests: http://www.tybor.com
Savers sleep well, investors eat well, spenders work forever.



More information about the Cfp-interest mailing list