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

Double limit #634

Open
anouarlachheb opened this issue Jun 6, 2024 · 0 comments
Open

Double limit #634

anouarlachheb opened this issue Jun 6, 2024 · 0 comments
Labels
Question The issue contains a question about the project

Comments

@anouarlachheb
Copy link

anouarlachheb commented Jun 6, 2024

Hello,

I just tried the following:

using System;
using AngouriMath;
Entity expr = "-25E-19";
Console.WriteLine(expr);
Console.WriteLine(expr.Evaled);

And I got:
0
0

Is there a limit for Doubles? If yes, what is the workaround?

@anouarlachheb anouarlachheb added the Question The issue contains a question about the project label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question The issue contains a question about the project
Projects
None yet
Development

No branches or pull requests

1 participant