diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/e_sinhl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/e_sinhl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ieee754/ldbl-128/e_sinhl.c b/sysdeps/ieee754/ldbl-128/e_sinhl.c index 886d803db2..a2b30c2190 100644 --- a/sysdeps/ieee754/ldbl-128/e_sinhl.c +++ b/sysdeps/ieee754/ldbl-128/e_sinhl.c @@ -57,8 +57,8 @@ #include <math.h> #include <math_private.h> -static const _Float128 one = 1.0, shuge = 1.0e4931L, -ovf_thresh = 1.1357216553474703894801348310092223067821E4L; +static const _Float128 one = 1.0, shuge = L(1.0e4931), +ovf_thresh = L(1.1357216553474703894801348310092223067821E4); _Float128 __ieee754_sinhl (_Float128 x) |