printf: %a
output exponent is incorrect (should be decimal, not hexadecimal)
#7362
Labels
%a
output exponent is incorrect (should be decimal, not hexadecimal)
#7362
%a
should output "Hexadecimal floating point, lowercase"For small numbers below 1, the exponent is printed incorrectly:
We'll cover issues with shifting (0x8 or 0x1) and padding in another issue.
The text was updated successfully, but these errors were encountered: