about summary refs log tree commit diff
path: root/src/math/exp.c
Commit message (Expand)AuthorAgeFilesLines
* math: new exp and exp2Szabolcs Nagy2019-04-171-120/+120
* 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-11/+10
* math: expf.c cleanupSzabolcs Nagy2012-11-181-9/+11
* math: exp.c clean upSzabolcs Nagy2012-11-171-72/+49
* 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
* first commit of the new libm!Rich Felker2012-03-131-0/+157