about summary refs log tree commit diff
path: root/src/math/expf.c
Commit message (Expand)AuthorAgeFilesLines
* math: new exp2f and expfSzabolcs Nagy2019-04-171-68/+65
* math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0Szabolcs Nagy2016-03-041-0/+2
* math: remove STRICT_ASSIGN macroSzabolcs Nagy2013-09-061-2/+2
* math: fix underflow in exp*.c and long double handling in exp2lSzabolcs Nagy2013-09-051-14/+11
* math: expf.c cleanupSzabolcs Nagy2012-11-181-54/+44
* code cleanup of named constantsnsz2012-03-191-5/+4
* fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker2012-03-181-1/+1
* math cleanup: use 1.0f instead of (float)1.0nsz2012-03-131-3/+3
* first commit of the new libm!Rich Felker2012-03-131-0/+95