summaryrefslogtreecommitdiff
path: root/src/math/i386/atan2.s
AgeCommit message (Collapse)AuthorLines
2012-03-19asm for inverse trig functionsRich Felker-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.