MathosParser 1.0.7.1
See the version list below for details.
dotnet add package MathosParser --version 1.0.7.1
NuGet\Install-Package MathosParser -Version 1.0.7.1
<PackageReference Include="MathosParser" Version="1.0.7.1" />
paket add MathosParser --version 1.0.7.1
#r "nuget: MathosParser, 1.0.7.1"
// Install MathosParser as a Cake Addin #addin nuget:?package=MathosParser&version=1.0.7.1 // Install MathosParser as a Cake Tool #tool nuget:?package=MathosParser&version=1.0.7.1
Mathos Parser is a mathematical expression parser, built on top of the .NET Framework, which allows you to parse all kinds of mathematical expressions, and in addition, add your own custom functions, operators, and variables.
Features:
* Parse all kinds of mathematical expressions.
* Add conditional statements.
* Customize operators. Add/edit existing operators, change behaviour of operators.
* Programatically add variables before and on the run time.
* Custom own functions with almost unlimited amount of arguments.
* Using trig functions: sine, cosine, tangents, and also: arc sine, arc cosine, arc tangent.
* Supports almost all of the functions available in System.Math, such as: pow, round, sqrt, rem, abs, and more!
* Culture independent. No matter on what machine the library is being used - the same configurations for everyone.
* Decimal operations.
* And much more!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MathosParser:
Package | Downloads |
---|---|
NumericalMethods
Library of numerical methods. |
|
Azyeb
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
* Added method GetTokens
* Changed the structure a bit. Now, the Scanner returns tokens instead of continuing with MathParserLogic. This is good if the same kind of expression is to be used many times.