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
At least in Java SOM the following:
18446744073709551616.0 asInteger println.
gives the surprising result of:
9223372036854775807
I assume that it's not checking that the double can be represented as an integer, so the result is a semi-random bit pattern?
The text was updated successfully, but these errors were encountered:
Hm, would probably be desirable to have more consistent behavior here, yes.
Sorry, something went wrong.
No branches or pull requests
At least in Java SOM the following:
gives the surprising result of:
I assume that it's not checking that the double can be represented as an integer, so the result is a semi-random bit pattern?
The text was updated successfully, but these errors were encountered: