about summary refs log tree commit diff
path: root/src/math/exp2f.c
Commit message (Expand)AuthorAgeFilesLines
* math: new exp2f and expfSzabolcs Nagy2019-04-171-111/+54
* math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0Szabolcs Nagy2016-03-041-0/+2
* math: remove STRICT_ASSIGN from exp2f (see previous commit)Szabolcs Nagy2013-09-061-1/+1
* math: fix underflow in exp*.c and long double handling in exp2lSzabolcs Nagy2013-09-051-28/+24
* math: use 0x1p-120f and 0x1p120f for tiny and huge valuesSzabolcs Nagy2012-12-161-2/+2
* math: cleanup exp2.c exp2f.c and exp2l.cSzabolcs Nagy2012-11-171-16/+14
* 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/+130