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