dns response handling: ignore presence of wrong-type RRs
[musl] / src / math / scalbn.c
2017-04-21 Szabolcs Nagyfix scalbn when result is in the subnormal range
2013-09-05 Szabolcs Nagymath: use float_t and double_t in scalbnf and scalbn
2013-08-15 Szabolcs Nagymath: minor scalbn*.c simplification
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!