diff options
Diffstat (limited to 'lib/libm/remainderl.c')
| -rw-r--r-- | lib/libm/remainderl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/remainderl.c b/lib/libm/remainderl.c index 2a13c1d5..270987df 100644 --- a/lib/libm/remainderl.c +++ b/lib/libm/remainderl.c @@ -1,5 +1,5 @@ -#include <math.h> -#include <float.h> +#include <float.h> // for LDBL_MANT_DIG, LDBL_MAX_EXP +#include <math.h> // for remainderl, remquol #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double remainderl(long double x, long double y) |
