Info
Version: | 0.2.2 |
Author(s): | einsteinsci |
Last Update: | Thursday, June 11, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/einsteinsci/math-parser |
NuGet Url: | https://www.nuget.org/packages/MathParser |
Install
Install-Package MathParser
dotnet add package MathParser
paket add MathParser
MathParser Download (Unzip the "nupkg" after downloading)
Dependencies
- MathPlus.Desktop(0.2.0)
Tags
This library takes a string, can convert it into a token stream, parse that stream into a parse tree (returning the root node), and evaluate that into a result.