Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: new exp2f and expf | Szabolcs Nagy | 2019-04-17 | 1 | -68/+65 |
* | math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0 | Szabolcs Nagy | 2016-03-04 | 1 | -0/+2 |
* | math: remove STRICT_ASSIGN macro | Szabolcs Nagy | 2013-09-06 | 1 | -2/+2 |
* | math: fix underflow in exp*.c and long double handling in exp2l | Szabolcs Nagy | 2013-09-05 | 1 | -14/+11 |
* | math: expf.c cleanup | Szabolcs Nagy | 2012-11-18 | 1 | -54/+44 |
* | code cleanup of named constants | nsz | 2012-03-19 | 1 | -5/+4 |
* | fix loads of missing const in new libm, and some global vars (?!) in powl | Rich Felker | 2012-03-18 | 1 | -1/+1 |
* | math cleanup: use 1.0f instead of (float)1.0 | nsz | 2012-03-13 | 1 | -3/+3 |
* | first commit of the new libm! | Rich Felker | 2012-03-13 | 1 | -0/+95 |