Blog Logo
TAGS

NCalc - Mathematical Expressions Evaluator in .NET

NCalc is an open-source mathematical expressions evaluator in .NET that can parse any expression and evaluate the result, including static or dynamic parameters and custom functions. It can handle various data types, mathematical functions from System.Math, and supports unicode characters. NCalc also allows defining parameters, even dynamic, or expressions. For additional information, please refer to the project documentation, available on the Github wiki, and related projects, such as NCalcSync and NCalc-Async.