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