Skip to content
New issue

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

Exp2 example #120

Open
TFrench999 opened this issue Dec 17, 2023 · 1 comment
Open

Exp2 example #120

TFrench999 opened this issue Dec 17, 2023 · 1 comment

Comments

@TFrench999
Copy link

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)

@certik
Copy link
Contributor

certik commented Dec 20, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants