math: fix i386/expl.s with more precise x*log2e
[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