%g prints with 3 exp digits by default on windows
use _set_output_format(_TWO_DIGIT_EXPONENT) to work around the default windows printf.
parent
82c25d5a
Please register or sign in to comment
use _set_output_format(_TWO_DIGIT_EXPONENT) to work around the default windows printf.