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 for int64 with 64 bit precision #61

Open
rochdev opened this issue Dec 15, 2017 · 1 comment
Open

Support for int64 with 64 bit precision #61

rochdev opened this issue Dec 15, 2017 · 1 comment

Comments

@rochdev
Copy link

rochdev commented Dec 15, 2017

Right now int64 are supported but only up to 53 bits since this is a limitation of the Number type in JavaScript.

Support for 64 bit precision could be added using a library such as node-int64.

@rochdev rochdev mentioned this issue Dec 15, 2017
@mcollina
Copy link
Owner

Feel free to send a PR. However, place this new behavior under an option

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

No branches or pull requests

2 participants