Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-05-05 | math: change the formula used for acos.s | nsz | -10/+8 |
2012-03-22 | acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x)) | nsz | -3/+1 |
2012-03-19 | use alternate formula for acos asm to avoid loss of precision | Rich Felker | -3/+11 |
2012-03-19 | asm for inverse trig functions | Rich Felker | -0/+24 |