Hef.Math.Interpreter 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hef.Math.Interpreter --version 1.1.0
NuGet\Install-Package Hef.Math.Interpreter -Version 1.1.0
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="Hef.Math.Interpreter" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hef.Math.Interpreter --version 1.1.0
#r "nuget: Hef.Math.Interpreter, 1.1.0"
#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 Hef.Math.Interpreter as a Cake Addin
#addin nuget:?package=Hef.Math.Interpreter&version=1.1.0

// Install Hef.Math.Interpreter as a Cake Tool
#tool nuget:?package=Hef.Math.Interpreter&version=1.1.0

An Interpreter that takes a math formula (string) as input, and outputs a numeric result.

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 9,701 11/2/2017
1.1.0 1,102 9/11/2017
1.0.0 1,325 9/3/2017
0.2.0-alpha 1,019 8/29/2017
0.1.1-alpha 838 8/22/2017
0.1.0-alpha 1,006 8/20/2017

ADDED
- Added global variables support (variables that are common to all instances of Interpreter).
- Implemented the disposal code.
- Added an console calculator example project.

CHANGED
- The number of cached nodes is now limited to 64.

FIXED
- The regular expression that matches context variables now behaves as intended.
- Setting an existing variable no longer raises an exception.