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
> x <- 2147483647L ; x + 1L > x <- 2147483647L ; x * x
[1] 2147483648 [1] 4611686014132420609
[1] NA Warning message: In x + 1L : NAs produced by integer overflow
Haven't checked anything yet
The text was updated successfully, but these errors were encountered:
Fixed the overflow in the integer addition.
See a8cf22d
Sorry, something went wrong.
No branches or pull requests
Haven't checked anything yet
The text was updated successfully, but these errors were encountered: