Kong / unirest-nodejs

Unirest in Node.js: Simplified, lightweight HTTP client library.
http://unirest.io/nodejs
MIT License
951 stars 167 forks source link

Rounds up numbers greater than 9007199254740992 #108

Open singhay opened 7 years ago

singhay commented 7 years ago

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

LucasHillDex commented 7 years ago

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