Info
Version: | 2.1.0 |
Author(s): | sebastienros, pitermarx |
Last Update: | Friday, May 11, 2018 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/pitermarx/NCalc2 |
NuGet Url: | https://www.nuget.org/packages/NCalc2 |
Install
Install-Package NCalc2
dotnet add package NCalc2
paket add NCalc2
NCalc2 Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Antlr4(>= 4.6.4)
- Microsoft.CSharp(>= 4.4.1)
- System.Dynamic.Runtime(>= 4.3.0)
- Antlr4(>= 4.6.4)
- Microsoft.CSharp(>= 4.4.1)
- System.Dynamic.Runtime(>= 4.3.0)
Tags
NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions.