DescriptionUse ldexp instead of pow for more accuracy
This fixes failing octal conversion test with MinGW-w64 GCC 4.5.2
due to pow resulting in more error than ldexp when constructing
a double from a mantissa, exponent and sign (e.g. when 2 is raised
to the power of 98).
Contributed by net147@gmail.com
BUGS=
TEST=cctest/test-conversions/Octal
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|