From ee7b891a6aa86d935fef821e6679608ad17faa66 Mon Sep 17 00:00:00 2001 From: FrogGuaGuaGua <37178630+FrogGuaGuaGua@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:07:26 +0800 Subject: [PATCH] 3x2^96=237......008 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3x2^94= 59421121885698253195157962752, 3x2^96=237684487542793012780631851008 --- libquadmath/math/expq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libquadmath/math/expq.c b/libquadmath/math/expq.c index 1aaad91c24462..171598824f124 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]