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?