Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-08-15 | math: fix asin, atan, log1p, tanh to raise underflow on subnormal | Szabolcs Nagy | 1 | -2/+3 |
2013-05-15 | math: use double_t for temporaries to avoid stores on i386 | Szabolcs Nagy | 1 | -1/+1 |
2012-12-16 | math: use 0x1p-120f and 0x1p120f for tiny and huge values | Szabolcs Nagy | 1 | -2/+2 |
2012-12-11 | math: clean up inverse trigonometric functions | Szabolcs Nagy | 1 | -19/+13 |
2012-03-19 | code cleanup of named constants | nsz | 1 | -7/+5 |
2012-03-13 | first commit of the new libm! | Rich Felker | 1 | -0/+123 |