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

Support for big numbers #25

Open
Tekki opened this issue Jul 19, 2023 · 0 comments
Open

Support for big numbers #25

Tekki opened this issue Jul 19, 2023 · 0 comments

Comments

@Tekki
Copy link

Tekki commented Jul 19, 2023

We should be able to make calculations with big numbers, as with Clojure in

(- (+ 1 10000000000000000000000) 10000000000000000000000)
; 1N

or

(- (+ 1 0.00000000000000000000001M) 1)
; 1E-23M

Currently both return a result of zero. Perl Math::BigInt and Math::BigFloat could be used.

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

1 participant