Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2013-09-05 | math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l) | Szabolcs Nagy | -28/+22 |
2013-08-15 | math: clean up atan2.c | Szabolcs Nagy | -23/+13 |
2012-12-16 | math: use 0x1p-120f and 0x1p120f for tiny and huge values | Szabolcs Nagy | -11/+11 |
2012-12-11 | math: clean up inverse trigonometric functions | Szabolcs Nagy | -21/+19 |
2012-11-14 | math: ld80 invtrig cleanups | Szabolcs Nagy | -17/+15 |
2012-03-19 | code cleanup of named constants | nsz | -3/+2 |
2012-03-19 | remove long double const workarounds | nsz | -9/+1 |
2012-03-18 | fix loads of missing const in new libm, and some global vars (?!) in powl | Rich Felker | -2/+2 |
2012-03-13 | first commit of the new libm! | Rich Felker | -0/+114 |