CoreCLR-NCalc is a mathematical expressions evaluator in .NET. CoreCLR-NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions.
- It supports CoreCLR (.NET Standard 1.3+)
- It also added a compilation of expressions to actual CLR lambdas
Features
- Simple Expressions
- Evaluates .NET data types
- Handles mathematical functional from System.Math
- Evaluates custom functions
- Handles unicode characters
- Define parameters, even dynamic or expressions
Installation
You can easily install it from the Package Manager Console window by running the following command.
PM> Install-Package CoreCLR-NCalc