DescriptionWeed out extreme exponents in strtod.
If a decimal exponent is less than -309 return 0.0.
If a decimal exponent is greater than +324 return +infinity.
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=5623
Patch Set 1 #
Total comments: 4
Patch Set 2 : const char* argument + tests. #Patch Set 3 : Remove unnecessary include from test-strtod.cc. #
Messages
Total messages: 4 (0 generated)
|