Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019年04月17日 | math: new exp2f and expf | Szabolcs Nagy | -111/+54 |
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 |