asm for inverse trig functions
[musl] / src / math / i386 / atan2.s
1 .global atan2
2 .type atan2,@function
3 atan2:
4         fldl 4(%esp)
5         fldl 12(%esp)
6         fpatan
7         ret