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
Currently Int(...) only supports int64 which has a limit.
Implement utility function to support big.Int to be able to go much higher, possibly with a new soft limit at a googol. Anything higher would just result in x googols.
The text was updated successfully, but these errors were encountered:
Currently
Int(...)
only supportsint64
which has a limit.Implement utility function to support
big.Int
to be able to go much higher, possibly with a new soft limit at a googol. Anything higher would just result inx googols
.The text was updated successfully, but these errors were encountered: