about summary refs log tree commit diff
path: root/src/math/scalbn.c
Commit message (Expand)AuthorAgeFilesLines
* fix scalbn when result is in the subnormal rangeSzabolcs Nagy2017-04-211-4/+6
* math: use float_t and double_t in scalbnf and scalbnSzabolcs Nagy2013-09-051-8/+10
* math: minor scalbn*.c simplificationSzabolcs Nagy2013-08-151-8/+4
* math: excess precision fix modf, modff, scalbn, scalbnfSzabolcs Nagy2012-11-131-8/+6
* math: fix scalbn and scalbnf on overflow/underflowSzabolcs Nagy2012-11-131-5/+12
* simplify scalbn*.c implementationsnsz2012-03-191-55/+21
* first commit of the new libm!Rich Felker2012-03-131-0/+62