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
I have not identified the source of the issue yet, but these conversion errors are causing bugs in my code. Am I using fmt wrong or is this an issue with either the fmt or strconv packages?
The text was updated successfully, but these errors were encountered:
18446744073709551616, 18446744073709551615, 18446744073709551613, and 18446744073709551600 are all equal after conversion to float64 due to limited precision.
The following code returns bogus results
output:
I have not identified the source of the issue yet, but these conversion errors are causing bugs in my code. Am I using
fmt
wrong or is this an issue with either thefmt
orstrconv
packages?The text was updated successfully, but these errors were encountered: