musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/math/fmodl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/fmodl.c')
-rw-r--r--src/math/fmodl.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/fmodl.c b/src/math/fmodl.c
index 54af6a3f..9f5b8739 100644
--- a/src/math/fmodl.c
+++ b/src/math/fmodl.c
@@ -63,7 +63,7 @@ long double fmodl(long double x, long double y)
xhi = (ux.i2.hi & -1ULL>>16) | 1ULL<<48;
yhi = (uy.i2.hi & -1ULL>>16) | 1ULL<<48;
xlo = ux.i2.lo;
- ylo = ux.i2.lo;
+ ylo = uy.i2.lo;
for (; ex > ey; ex--) {
hi = xhi - yhi;
lo = xlo - ylo;
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月08日 07:03:07 +0000

AltStyle によって変換されたページ (->オリジナル) /