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
Unfortunately, this might be a bug in the underlying library? All we are doing is converting the BigInt to a string and then calling the library's from_string routine.
This is wrong, since the result should be exactly representable in
Dec128
:Unfortunately, this might be a bug in the underlying library? All we are doing is converting the
BigInt
to a string and then calling the library'sfrom_string
routine.As a result, we get incorrect results like:
The text was updated successfully, but these errors were encountered: