mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 06:11:57 +00:00
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
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
#include <float.h>
|
||||
|
||||
#if LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384
|
||||
/* shared by acosl, asinl and atan2l */
|
||||
#define pio2_hi __pio2_hi
|
||||
#define pio2_lo __pio2_lo
|
||||
extern const long double pio2_hi, pio2_lo;
|
||||
|
||||
long double __invtrigl_R(long double z);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user