math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l)
authorSzabolcs Nagy <nsz@port70.net>
Tue, 3 Sep 2013 15:02:10 +0000 (15:02 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 5 Sep 2013 11:30:07 +0000 (11:30 +0000)
commitbcd797a5ba4631c031919dad832d670e564212e9
tree4ad873585d3e87dfca85b16baa3b6613a7e9f479
parentc2a0dfea629617a39af2f59bd400e1a3595d0783
math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l)

* added ld128 support from freebsd fdlibm (untested)
* using new ldshape union instead of IEEEl2bits
* inexact status flag is not supported
src/math/__invtrigl.c
src/math/__invtrigl.h
src/math/acosl.c
src/math/asinl.c
src/math/atan2l.c
src/math/atanl.c