Info
Version: | 1.1.1 |
Author(s): | Rychusoft |
Last Update: | Sunday, May 31, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://pawelrychlicki.pl/Application/Details/14/numerical-calculator-net-library-11 |
NuGet Url: | https://www.nuget.org/packages/Rychusoft.NumericalLibraries.Calculator |
Install
Install-Package Rychusoft.NumericalLibraries.Calculator
dotnet add package Rychusoft.NumericalLibraries.Calculator
paket add Rychusoft.NumericalLibraries.Calculator
Rychusoft.NumericalLibraries.Calculator Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Rychusoft.NumericalLibraries.Common(>= 1.1.1)
- Rychusoft.NumericalLibraries.Common(>= 1.1.1)
- NETStandard.Library(>= 1.6.1)
- Rychusoft.NumericalLibraries.Common(>= 1.1.1)
- Rychusoft.NumericalLibraries.Common(>= 1.1.1)
- Rychusoft.NumericalLibraries.Common(>= 1.1.1)
Tags
Is a basis of Rychusoft.NumericalLibraries.
var calc = new Calculator("8^2+5-cos(2*PI)");
var result = calc.Compute(); // result = 68".