Fix for modff() yielding wrong results
modff() single precision function yielded wrong results for both fractional and integral part for most numbers because the wrong exponent bias (0xff rather than 0x7f) was subtracted.
See modff-bug.c
modff() single precision function yielded wrong results for both fractional and integral part for most numbers because the wrong exponent bias (0xff rather than 0x7f) was subtracted.
See modff-bug.c