diff options
Diffstat (limited to 'lib/libm/atanhl.c')
| -rw-r--r-- | lib/libm/atanhl.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libm/atanhl.c b/lib/libm/atanhl.c index 8afd5a03..cc5351cb 100644 --- a/lib/libm/atanhl.c +++ b/lib/libm/atanhl.c @@ -1,4 +1,7 @@ -#include "libm.h" +#include "libm.h" // for ldshape, ldshape::(anonymous), FORCE_EVAL + +#include <float.h> // for LDBL_MANT_DIG, LDBL_MAX_EXP +#include <math.h> // for log1pl, atanhl #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double atanhl(long double x) |
