Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020-02-06 | fix excess precision in return value of i386 acos[f] and asin[f] | Rich Felker | -25/+7 |
2019-08-05 | fix x87 stack imbalance in corner cases of i386 math asm | Rich Felker | -8/+2 |
2013-08-15 | math: fix x86 asin, atan, exp, log1p to raise underflow | Szabolcs Nagy | -1/+22 |
2012-04-04 | math: fix x86 asin accuracy | nsz | -2/+3 |
2012-03-19 | asm for inverse trig functions | Rich Felker | -0/+23 |