Info
Version: | 1.0.0 |
Author(s): | CalcEngine |
Last Update: | Tuesday, November 5, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/CalcEngine |
Install
Install-Package CalcEngine
dotnet add package CalcEngine
paket add CalcEngine
CalcEngine Download (Unzip the "nupkg" after downloading)
NOTE: It is a port of CalcEngine found at: http://www.codeproject.com/Articles/246374/A-Calculation-Engine-for-NET to a Portable .Net library (PCL) so that it can be used in the widest variety of projects.
Original source code can be found at that website. A few items have been altered so the code will compile in a PCL and a few items have been added.