DescriptionWork around Windows bug. Use different constants.
Windows' strtod doesn't correctly read 3e-324 a the lowest denormal, but returns 0.0 instead.
Using 4e-324 is still the same value and works.
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=5624
Patch Set 1 #Patch Set 2 : Work around Windows bug. Use different constants.... #Messages
Total messages: 2 (0 generated)
|