[PATCH] Fix typo in pow summary
agarskyivan@gmail.com
agarskyivan@gmail.com
Mon Oct 14 21:24:04 GMT 2024
From: Crabzmatic <agarskyivan@gmail.com>
---
sysdeps/ieee754/ldbl-128/e_powl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysdeps/ieee754/ldbl-128/e_powl.c b/sysdeps/ieee754/ldbl-128/e_powl.c
index 4e20616705..5dd77d200a 100644
--- a/sysdeps/ieee754/ldbl-128/e_powl.c
+++ b/sysdeps/ieee754/ldbl-128/e_powl.c
@@ -37,7 +37,7 @@
* 1. Compute and return log2(x) in two pieces:
* log2(x) = w1 + w2,
* where w1 has 113-53 = 60 bit trailing zeros.
- * 2. Perform y*log2(x) = n+y' by simulating muti-precision
+ * 2. Perform y*log2(x) = n+y' by simulating multi-precision
* arithmetic, where |y'|<=0.5.
* 3. Return x**y = 2**n*exp(y'*log2)
*
--
2.45.1.windows.1
More information about the Libc-alpha
mailing list