(L102B): Fix typo in initialization.

This commit is contained in:
Andreas Jaeger 2001-11-26 08:04:09 +00:00
parent 317d1e4eb6
commit 9992bc08aa

View file

@ -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,