summaryrefslogtreecommitdiff
path: root/src/math/expf.c
AgeCommit message (Expand)AuthorLines
2019-04-17math: new exp2f and expfSzabolcs Nagy-68/+65
2016-03-04math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0Szabolcs Nagy-0/+2
2013-09-06math: remove STRICT_ASSIGN macroSzabolcs Nagy-2/+2
2013-09-05math: fix underflow in exp*.c and long double handling in exp2lSzabolcs Nagy-14/+11
2012-11-18math: expf.c cleanupSzabolcs Nagy-54/+44
2012-03-19code cleanup of named constantsnsz-5/+4
2012-03-18fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker-1/+1
2012-03-13math cleanup: use 1.0f instead of (float)1.0nsz-3/+3
2012-03-13first commit of the new libm!Rich Felker-0/+95