We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The stdlib function std.parseInt uses a Java Int (32-bit) instead of arbitrary length or at least a 64-bit Long.
The text was updated successfully, but these errors were encountered:
Bear in mind that we are limited by JSONs inability to handle 64bit integers, so it's going be ~52 bits https://en.wikipedia.org/wiki/Double-precision_floating-point_format
Sorry, something went wrong.
Fix parseInt() not supporting Longs (#226)
2beaacc
Fixes #191
stephenamar-db
Successfully merging a pull request may close this issue.
The stdlib function std.parseInt uses a Java Int (32-bit) instead of arbitrary length or at least a 64-bit Long.
The text was updated successfully, but these errors were encountered: