Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2016-03-04 | math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0 | Szabolcs Nagy | -0/+2 |
2013-09-06 | math: remove STRICT_ASSIGN from exp2f (see previous commit) | Szabolcs Nagy | -1/+1 |
2013-09-05 | math: fix underflow in exp*.c and long double handling in exp2l | Szabolcs Nagy | -28/+24 |
2012-12-16 | math: use 0x1p-120f and 0x1p120f for tiny and huge values | Szabolcs Nagy | -2/+2 |
2012-11-17 | math: cleanup exp2.c exp2f.c and exp2l.c | Szabolcs Nagy | -16/+14 |
2012-03-18 | fix loads of missing const in new libm, and some global vars (?!) in powl | Rich Felker | -1/+1 |
2012-03-13 | first commit of the new libm! | Rich Felker | -0/+130 |