Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support BigInts for 64-bit numbers above 2 ** 53 #128

Open
ARitz-Cracker opened this issue Apr 17, 2021 · 2 comments
Open

Support BigInts for 64-bit numbers above 2 ** 53 #128

ARitz-Cracker opened this issue Apr 17, 2021 · 2 comments

Comments

@ARitz-Cracker
Copy link

Numbers >= 2 ** 53 aren't accurate integers in JS. This is why we have BigInts to handle values larger than this. But this library doesn't utilize them at all

@zachasme
Copy link

I made a pull request for this (#115) a couple of years ago.

@kkokkojeong
Copy link

kkokkojeong commented Feb 24, 2023

@mourner
Do you have a plan to support for BigInt(Numbers >= 2 ** 53) ? I'm suffering the same issue ㅠ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants