Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asm for inverse trig functions | Rich Felker | 2012-03-19 | 1 | -0/+7 |
unlike trig functions, these are easy to do in asm because they do not involve (arbitrary-precision) argument reduction. fpatan automatically takes care of domain issues, and in asin and acos, fsqrt takes care of them for us. |