AntonovAnton / math.evaluation

This .NET library allows you to evaluate and compile any mathematical expression from a string dynamically at runtime. It supports a wide range of operations and allows for the use of custom variables, operators, and functions. The evaluator can be configured for different contexts, such as scientific, programming, boolean math expressions.
Other
37 stars 2 forks source link

Fixed: Missing sign in expression. "Infinity" and "∞" added to the DotNetStandartMathContext. #51

Closed AntonovAnton closed 2 months ago

AntonovAnton commented 2 months ago

closes #49 references #47