math: rewrite modf.c and clean up modff.c
[musl] / src / math / i386 / atan2f.s
1 .global atan2f
2 .type atan2f,@function
3 atan2f:
4         flds 4(%esp)
5         flds 8(%esp)
6         fpatan
7         ret