DescriptionFix MaxCoefficient static variable value in Decimal.cpp
Fix MaxCoefficient static variable value in Decimal.cpp to match the Precision
and the corresponding comment. We use 18 as precision and the comment says
MaxCoefficient should be 18 '9's in hexadecimal. However, 0x16345785D89FFFF is
99999999999999999 (17 '9's), not 18 '9's. The right hexadecimal value should be
0XDE0B6B3A763FFFF.
R=tkent@chromium.org, yosin@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174294
Patch Set 1 #
Total comments: 2
Patch Set 2 : use lowercase x #
Messages
Total messages: 12 (0 generated)
|