-
Notifications
You must be signed in to change notification settings - Fork 232
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
Arbitrary precision integers (bignum) #1376
Comments
Scheme has full-numeric tower which includes big integer and big rational numbers. |
Related to this topic, I think one of Janet's current bignum-related problems is that it appears to support bignum but behaves strangely. Below are some examples. (tested on
Wouldn't it be better to generate an error rather than allowing abnormal behavior like above? In the long term, I hope that Janet will support bignum natively.
As above, Janet-big works normally only when bignum is provided as a string. |
Is there a convenient way to introduce arbitrary precision integers (bignum) in Janet? Perhaps through long strings?
The text was updated successfully, but these errors were encountered: