don't try to create non-standard denormalization signal
authornsz <nsz@port70.net>
Mon, 19 Mar 2012 22:30:45 +0000 (23:30 +0100)
committernsz <nsz@port70.net>
Mon, 19 Mar 2012 22:30:45 +0000 (23:30 +0100)
commit4caa17b2a17d136efedfb63fceef832401063d70
tree960f507b4ab31bfb314fc0466bcf26f7a9ca31da
parent75483499dad38b97f5dabb710635e6a8bbbb1c84
don't try to create non-standard denormalization signal

Underflow exception is only raised when the result is
invalid, but fmod is always exact. x87 has a denormalization
exception, but that's nonstandard. And the superflous *1.0
will be optimized away by any compiler that does not honor
signaling nans.
src/math/fmod.c
src/math/fmodf.c
src/math/fmodl.c