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
So fmt is putting one more 0. The same is happening when the precision is set to larger values. It seems that this issue only happens for certain floating-point inputs.
The text was updated successfully, but these errors were encountered:
Please look at the following code:
The output of the code is
but the expected output is
So fmt is putting one more
0
. The same is happening when the precision is set to larger values. It seems that this issue only happens for certain floating-point inputs.The text was updated successfully, but these errors were encountered: