summaryrefslogtreecommitdiff
path: root/src/math/exp2f.c
AgeCommit message (Expand)AuthorLines
2016-03-04math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0Szabolcs Nagy-0/+2
2013-09-06math: remove STRICT_ASSIGN from exp2f (see previous commit)Szabolcs Nagy-1/+1
2013-09-05math: fix underflow in exp*.c and long double handling in exp2lSzabolcs Nagy-28/+24
2012-12-16math: use 0x1p-120f and 0x1p120f for tiny and huge valuesSzabolcs Nagy-2/+2
2012-11-17math: cleanup exp2.c exp2f.c and exp2l.cSzabolcs Nagy-16/+14
2012-03-18fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker-1/+1
2012-03-13first commit of the new libm!Rich Felker-0/+130