Skip to content

Double limit #634

Open
Open
@anouarlachheb

Description

@anouarlachheb

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    QuestionThe issue contains a question about the project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions