mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
(L102B): Fix typo in initialization.
This commit is contained in:
parent
317d1e4eb6
commit
9992bc08aa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user