math: fix modfl.c bug
authornsz <nsz@port70.net>
Wed, 28 Mar 2012 21:51:09 +0000 (23:51 +0200)
committernsz <nsz@port70.net>
Wed, 28 Mar 2012 21:51:09 +0000 (23:51 +0200)
commit9f58d06007818c43b9504e959ef81ab5f113b374
treedb76553f9a68ff7b7ec7d3415da364d48956a0c8
parentcf682072ce16080ebe199e5055f686d81c8416ce
math: fix modfl.c bug
modfl(+-inf) was wrong on ld80 because the explicit msb
was not taken into account during inf vs nan check
src/math/modfl.c