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

Rounds up numbers greater than 9007199254740992 #108

Open
singhay opened this issue Jun 13, 2017 · 1 comment
Open

Rounds up numbers greater than 9007199254740992 #108

singhay opened this issue Jun 13, 2017 · 1 comment

Comments

@singhay
Copy link

singhay commented Jun 13, 2017

The results are rounded to closest number in response on getting a request.
e.g. 4430407720081005827 is rounded to 4430407720081006000

@LucasHillDex
Copy link

This is a limitation of Javascript and it's floating point precision:
See in code: https://repl.it/JFy9

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