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

Is it possible to calculate with BigInteger values? #39

Open
S-Man42 opened this issue Dec 28, 2020 · 1 comment
Open

Is it possible to calculate with BigInteger values? #39

S-Man42 opened this issue Dec 28, 2020 · 1 comment
Labels
enhancement Indicates new feature requests question Indicates that an issue or pull request needs more information

Comments

@S-Man42
Copy link

S-Man42 commented Dec 28, 2020

Hi,

I am interested in calculating huge numbers with the library. Does this library support BigInteger?

Kind regards!

@fkleon fkleon added the question Indicates that an issue or pull request needs more information label Dec 29, 2020
@fkleon
Copy link
Owner

fkleon commented Dec 29, 2020

This is currently not supported. Only num types (int and double) can be used with a Number expression.

It would be possible to either extend this to support BigInt, or add a BigNumber expression.

@fkleon fkleon added the enhancement Indicates new feature requests label Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates new feature requests question Indicates that an issue or pull request needs more information
Projects
None yet
Development

No branches or pull requests

2 participants