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

Variable type is documented as signed 16 bit in wiki but appears actually to be signed 32 bit integer #112

Open
jamesrr39 opened this issue Nov 7, 2016 · 1 comment

Comments

@jamesrr39
Copy link

Hi, nice project!

I wrote an implementation of the fibonacci sequence in ArnoldC and found that numbers over 2^15 were represented properly, but numbers over 2^31 went round the number wheel and into negative. So it appears that the integer type would be a signed 32 bit integer instead of a signed 16 bit integer.

Links:

@hXtreme
Copy link

hXtreme commented Oct 31, 2019

Related #101

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