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 bigger whole numbers (long long) #84

Open
Catishere opened this issue Sep 20, 2021 · 1 comment
Open

Support for bigger whole numbers (long long) #84

Catishere opened this issue Sep 20, 2021 · 1 comment

Comments

@Catishere
Copy link

i'd love to have math operations that operate with big integers.

@Blake-Madden
Copy link
Contributor

In case this helps, with the c++ version at:

https://github.com/Blake-Madden/tinyexpr-plusplus

if you compile with TE_LONG_DOUBLE, that will tell the parser to use long double internally. This will hold either 53-bit (MSVC) or 64-bit (GCC, Clang) integer values.

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