Info
Version: | 1.0.0 |
Author(s): | v-kokyri |
Last Update: | Thursday, May 17, 2012 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MathParse |
Install
Install-Package MathParse
dotnet add package MathParse
paket add MathParse
MathParse Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Can be used for solving equations or plotting graphs.
eg.
var formula = MathParse.Parse("3sinx + 1");
return formula.Evaluate(Math.Pi);
will return 1 (which is 3sinπ + 1).