Is there a way to print in scientific notation less than 3 places for exponent part of number?
The 6.1 formatting doesn\'t affect exponent but only the number part:
The exponent always contains at least two digits; if the value is
zero, the exponent is 00. In Windows, the exponent contains three
digits by default, e.g. 1.5e002, but this can be altered by
Microsoft-specific _set_output_format function.