Rychusoft.NumericalLibraries.Calculator
1.1.1
dotnet add package Rychusoft.NumericalLibraries.Calculator --version 1.1.1
NuGet\Install-Package Rychusoft.NumericalLibraries.Calculator -Version 1.1.1
<PackageReference Include="Rychusoft.NumericalLibraries.Calculator" Version="1.1.1" />
paket add Rychusoft.NumericalLibraries.Calculator --version 1.1.1
#r "nuget: Rychusoft.NumericalLibraries.Calculator, 1.1.1"
// Install Rychusoft.NumericalLibraries.Calculator as a Cake Addin #addin nuget:?package=Rychusoft.NumericalLibraries.Calculator&version=1.1.1 // Install Rychusoft.NumericalLibraries.Calculator as a Cake Tool #tool nuget:?package=Rychusoft.NumericalLibraries.Calculator&version=1.1.1
Easy to use library for computing math formulas, mean and proportion. Is a basis of Rychusoft.NumericalLibraries.
var calc = new Calculator("8^2+5-cos(2*PI)");
var result = calc.Compute(); // result = 68"
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard1.1 is compatible. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- Rychusoft.NumericalLibraries.Common (>= 1.1.1)
-
.NETFramework 4.5
- Rychusoft.NumericalLibraries.Common (>= 1.1.1)
-
.NETFramework 4.8
- Rychusoft.NumericalLibraries.Common (>= 1.1.1)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- Rychusoft.NumericalLibraries.Common (>= 1.1.1)
-
.NETStandard 2.0
- Rychusoft.NumericalLibraries.Common (>= 1.1.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Rychusoft.NumericalLibraries.Calculator:
Package | Downloads |
---|---|
Rychusoft.NumericalLibraries.Derivative
Easy to use library for computing derivative and function value at given point. var derivative = new Derivative("x^2 + 5 - cos(2 * PI * x)"); var result = derivative.ComputeDerivative(1); // result = 2 |
|
Rychusoft.NumericalLibraries.Chart
Chart component for Rychusoft.NumericalLibraries suite |
|
Rychusoft.NumericalLibraries.Integral
Easy to use library for computing integrals. var math = new Integral("3*x^2-5", 5, 10); var result = math.ComputeIntegral(); // result = 850 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.1 | 5,331 | 5/31/2020 |
1.1.0 | 1,720 | 12/11/2017 |
1.0.6217.35254 | 1,101 | 1/8/2017 |
1.0.6216.39191 | 4,629 | 1/8/2017 |
.