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
It appears this is triggering rounding - which of course, is absolutely incorrect. I can put in a simple fix, however I want to make sure this transitions across different bases.
Expected output:
Ok(4294967295)
Actual output:
Ok(536870912)
The binary representation of the actual output is:
100000000000000000000000000000
That's 1 one followed by 29 zeroes.
The text was updated successfully, but these errors were encountered: