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
29 stars 1 forks source link

Added EvalValue struct that aggregates double, decimal, and boolean. #59

Open AntonovAnton opened 1 week ago

AntonovAnton commented 1 week ago

Added EvalValue struct that aggregates double, decimal, and boolean. Propose is removing duplicate code but it causes performance downgrade.