math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src / math / scalbnf.c
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-13 Szabolcs Nagymath: excess precision fix modf, modff, scalbn, scalbnf
2012-11-13 Szabolcs Nagymath: fix scalbn and scalbnf on overflow/underflow
2012-03-19 Rich FelkerMerge remote branch 'nsz/master'
2012-03-19 nszsimplify scalbn*.c implementations
2012-03-13 Rich Felkerfirst commit of the new libm!