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
eyalroz
changed the title
"% .3g" failure: " 1000" instead of " 1e+03"
printf_("% 01.1g", 9.8) yields 10, should yield 1.e01 according to ogcc
Sep 13, 2024
eyalroz
changed the title
printf_("% 01.1g", 9.8) yields 10, should yield 1.e01 according to ogcc
printf_("% 01.1g", 9.8) yields 10, should yield 1.e01 according to gcc 14
Sep 13, 2024
results in:
Not good.
The text was updated successfully, but these errors were encountered: