MathParse NuGet Package

Reads and evaluates string representations of mathematical formulae.

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).




Got any MathParse Question?





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)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

4334