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

[Low Priority] Support for infinitely large integer #2

Open
yuliswe opened this issue Jun 28, 2015 · 1 comment
Open

[Low Priority] Support for infinitely large integer #2

yuliswe opened this issue Jun 28, 2015 · 1 comment

Comments

@yuliswe
Copy link
Contributor

yuliswe commented Jun 28, 2015

Should behave in the same way as Scheme.

Example

9999999999999999999999999999999999999
9999999999999999999999999999999999999

-9999999999999999999999999999999999999
-9999999999999999999999999999999999999

@yuliswe yuliswe changed the title Support for infinitely large integer [Low Priority] Support for infinitely large integer Jun 28, 2015
@hmgle
Copy link
Owner

hmgle commented Jun 29, 2015

Now we use int64_t stored integer data type. Infinitely large integer is too early to consider at the beginning:)

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

No branches or pull requests

2 participants