You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…or `%#b`, like for `%#x`, when a precision is field width is specified and we are matching it exactly. Also, added some test suite checks for this bug.
If we
printf_("%g", 0.)
, we get"0e+00"
; we should be getting just "0". See also #75, #55, #48 about "%g" issues.The text was updated successfully, but these errors were encountered: