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

Large numbers erroneously rounded in editor #451

Closed
manivannan-r opened this issue Aug 22, 2017 · 1 comment
Closed

Large numbers erroneously rounded in editor #451

manivannan-r opened this issue Aug 22, 2017 · 1 comment

Comments

@manivannan-r
Copy link

manivannan-r commented Aug 22, 2017

screen shot 2017-08-22 at 2 10 56 pm

From

{
  "VALUE": 3754572000000010017
}

To

{
  "VALUE": 3754572000000010000
 }

FYI : JavaScript can only handle exact whole numbers up to about 9000 million million (that's 9 with 15 zeros). Higher than that and you get garbage.

Please provide a workaround for this. @josdejong

thanks

@josdejong
Copy link
Owner

This is a duplicate of #231, please check out the discussion over there.

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

2 participants