math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src / math / x86_64 / atan2l.s
1 .global atan2l
2 .type atan2l,@function
3 atan2l:
4         fldt 8(%rsp)
5         fldt 24(%rsp)
6         fpatan
7         ret