summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-11-26 08:04:09 +0000
committerAndreas Jaeger <aj@suse.de>2001-11-26 08:04:09 +0000
commit9992bc08aa26c1cf00f6dad46c5be8e56265aa21 (patch)
tree4e100b8711d7f783c1949984acf81301cd9096c9 /sysdeps/ieee754
parent317d1e4eb630957cbaddbf8330661e6181bf437e (diff)
(L102B): Fix typo in initialization.
Diffstat (limited to 'sysdeps/ieee754')
-rw-r--r--sysdeps/ieee754/ldbl-128/e_log10l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/e_log10l.c b/sysdeps/ieee754/ldbl-128/e_log10l.c
index 06dce3ac59..bc2af9d850 100644
--- a/sysdeps/ieee754/ldbl-128/e_log10l.c
+++ b/sysdeps/ieee754/ldbl-128/e_log10l.c
@@ -117,7 +117,7 @@ static const long double S[6] =
static const long double
/* log10(2) */
L102A = 0.3125L,
-L102B -1.14700043360188047862611052755069732318101185E-2L,
+L102B = -1.14700043360188047862611052755069732318101185E-2L,
/* log10(e) */
L10EA = 0.5L,
L10EB = -6.570551809674817234887108108339491770560299E-2L,