Open singhay opened 7 years ago
The results are rounded to closest number in response on getting a request. e.g. 4430407720081005827 is rounded to 4430407720081006000
This is a limitation of Javascript and it's floating point precision: See in code: https://repl.it/JFy9
The results are rounded to closest number in response on getting a request. e.g. 4430407720081005827 is rounded to 4430407720081006000