math: x86_64 version of expl, fixed some comments in the i386 version
[musl] / src / math / i386 / atan.s
1 .global atan
2 .type atan,@function
3 atan:
4         fldl 4(%esp)
5         fld1
6         fpatan
7         ret