Bigint discussion #283
starsoccer
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
|
Well, most of the numbers are floats. If we use BigInt, we lose the decimal part. How do you propose to manage the decimal part? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@Zahrun Curious what your thoughts are on switching the whole project over to using big ints instead of numbers everywhere. This I think would solve some of the rounding issues with math.round for instance and the many places we use .toFixed
Beta Was this translation helpful? Give feedback.
All reactions