diff options
Diffstat (limited to 'libquadmath/math/expq.c')
-rw-r--r-- | libquadmath/math/expq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/math/expq.c b/libquadmath/math/expq.c index 1aaad91..1715988 100644 --- a/libquadmath/math/expq.c +++ b/libquadmath/math/expq.c @@ -74,7 +74,7 @@ static const __float128 C[] = { /* 3x2^96 */ #define THREEp96 C[2] - 59421121885698253195157962752.0Q, + 237684487542793012780631851008.0Q, /* 3x2^103 */ #define THREEp103 C[3] |