MathosParser 1.0.10.1

dotnet add package MathosParser --version 1.0.10.1
NuGet\Install-Package MathosParser -Version 1.0.10.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MathosParser" Version="1.0.10.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MathosParser --version 1.0.10.1
#r "nuget: MathosParser, 1.0.10.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MathosParser as a Cake Addin
#addin nuget:?package=MathosParser&version=1.0.10.1

// Install MathosParser as a Cake Tool
#tool nuget:?package=MathosParser&version=1.0.10.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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.10.1 668 1/3/2015
1.0.8.1 131 10/27/2014
1.0.7.2 149 7/5/2014
1.0.7.1 63 7/5/2014
1.0.6.1 101 5/26/2014
1.0.5.1 90 2/7/2014