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
Whilst adding "5"'s to generate large integer , i.e.
55 555 5555 55555 etc
results in a flip i.e. generates a negative value!
long before at the extreme end of things (large integers not het supported error message appears)
The text was updated successfully, but these errors were encountered:
I think this overflows the default 32 bit integer, so it becomes negative. We want to add runtime checks for this eventually, in Debug mode.
Can you post an example code that you used? There might be some other bug too.
Sorry, something went wrong.
No branches or pull requests
Whilst adding "5"'s to generate large integer , i.e.
55 555 5555 55555 etc
results in a flip i.e. generates a negative value!
long before at the extreme end of things (large integers not het supported error message appears)
The text was updated successfully, but these errors were encountered: