Info
Version: | 1.0.0 |
Author(s): | CalcEngine.Core |
Last Update: | Tuesday, November 5, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/CalcEngine.Core |
Install
Install-Package CalcEngine.Core
dotnet add package CalcEngine.Core
paket add CalcEngine.Core
CalcEngine.Core 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 Core 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.