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

Do not support numbers longer than 32bits #29

Open
MohamedYKamal opened this issue Aug 8, 2023 · 1 comment
Open

Do not support numbers longer than 32bits #29

MohamedYKamal opened this issue Aug 8, 2023 · 1 comment

Comments

@MohamedYKamal
Copy link

When trying to calculate stuff will result in numbers bigger than 32bits, overflow happens as shown below
image

Same for anding operation as shown
image

@clnhlzmn
Copy link

clnhlzmn commented Sep 4, 2024

Not sure if this completely solves your problem but you can use bignumber to get around at least one example here:

image

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