Fix double floating point error in dtoa.c
When running an optimized build, compiler optimizations cause loss of precision unless we force the expression to use a double type.
Showing
Please register or sign in to comment
When running an optimized build, compiler optimizations cause loss of precision unless we force the expression to use a double type.