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.