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
Not really a big issue just more of an FYI since the readme only talks about the max of 1e(9e15) despite it going higher.
The MAX_SAFE_INTEGER for JavaScript is 9,007,199,254,740,991, but in C#, it uses a long, 9,223,372,036,854,775,807 which just has 3 more digits.
This means the max is around 9.99e9,223,372,036,854,775,806 (1 exponent below from infinity) or more simply, 1e(9e18)