summaryrefslogtreecommitdiff
path: root/src/math/scalbnf.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-21fix scalbn when result is in the subnormal rangeSzabolcs Nagy1-4/+4
2013-09-05math: use float_t and double_t in scalbnf and scalbnSzabolcs Nagy1-8/+10
2013-08-15math: minor scalbn*.c simplificationSzabolcs Nagy1-8/+4
2012-11-13math: excess precision fix modf, modff, scalbn, scalbnfSzabolcs Nagy1-8/+6
2012-11-13math: fix scalbn and scalbnf on overflow/underflowSzabolcs Nagy1-5/+12
2012-03-19simplify scalbn*.c implementationsnsz1-48/+22
2012-03-13first commit of the new libm!Rich Felker1-0/+54