zzzprojects / Eval-Expression.NET

C# Eval Expression | Evaluate, Compile, and Execute C# code and expression at runtime.
https://eval-expression.net/
Other
449 stars 86 forks source link

Letter "E" is always treated as Natural Log even if it is passed to Eval() as variable. #65

Closed hardikchheda13 closed 4 years ago

hardikchheda13 commented 4 years ago

Maybe this is because E is literal in C#. Need a way to distinguish when it can be treated as natural log and when it needs to be treated as Variable.

JonathanMagnan commented 4 years ago

Hello @hardikchheda13

Would it be possible to provide a description of your issue

JonathanMagnan commented 4 years ago

Which version are you using?

I remember now the issue and it's supposed to be fixed a few months ago.

Best Regards,

Jon

hardikchheda13 commented 4 years ago

The nuget packege I am using is 2.9.45. Thanks.

hardikchheda13 commented 4 years ago

I update the package and it works fine, thank for your help.

JonathanMagnan commented 4 years ago

Awesome!

We are glad everything is working out for you!

Don't hesitate to contact us for questions or issues.

Best regards,

Jon