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