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? 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
say round(5e+19);
gives -9223372036854775808
It does so for every number above 5e+19 but gives the correct output for numbers below it.
Compiled under 64 bit Ubuntu 12.04 with MoarVM backend.
The text was updated successfully, but these errors were encountered:
Fixed in 972d95b (plus NQP and Rakudo commits to use the fix). Also added regression test to S32-num/rounders.t.
Sorry, something went wrong.
No branches or pull requests
gives -9223372036854775808
It does so for every number above 5e+19 but gives the correct output for numbers below it.
Compiled under 64 bit Ubuntu 12.04 with MoarVM backend.
The text was updated successfully, but these errors were encountered: