Rychusoft.NumericalLibraries.Derivative
1.0.6217.35254
See the version list below for details.
dotnet add package Rychusoft.NumericalLibraries.Derivative --version 1.0.6217.35254
NuGet\Install-Package Rychusoft.NumericalLibraries.Derivative -Version 1.0.6217.35254
<PackageReference Include="Rychusoft.NumericalLibraries.Derivative" Version="1.0.6217.35254" />
paket add Rychusoft.NumericalLibraries.Derivative --version 1.0.6217.35254
#r "nuget: Rychusoft.NumericalLibraries.Derivative, 1.0.6217.35254"
// Install Rychusoft.NumericalLibraries.Derivative as a Cake Addin #addin nuget:?package=Rychusoft.NumericalLibraries.Derivative&version=1.0.6217.35254 // Install Rychusoft.NumericalLibraries.Derivative as a Cake Tool #tool nuget:?package=Rychusoft.NumericalLibraries.Derivative&version=1.0.6217.35254
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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 was computed. net481 was computed. |
-
- Rychusoft.NumericalLibraries.Calculator (>= 1.0.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Rychusoft.NumericalLibraries.Derivative:
Package | Downloads |
---|---|
Rychusoft.NumericalLibraries.Differential
Easy to use library for computing differential equations. var math = new Rychusoft.NumericalLibraries.Differential.Differential(""3*x^2-5""); var result = math.ComputeDifferential(4, 2, 0); // result = 46 |
|
Rychusoft.NumericalLibraries.Hybrid
Easy to use library for computing zero (root) of a function. var math = new FunctionRoot.Hybrid("(x+1)^2-9", 0, 1.5); var result = math.ComputeHybrid(); // result = 2 |
|
Rychusoft.NumericalLibraries.Chart
Chart component for Rychusoft.NumericalLibraries suite |
|
Rychusoft.NumericalLibraries.FourierTransform
Library for computing fourier transform |
|
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 | 2,242 | 5/31/2020 |
1.1.0 | 1,302 | 12/13/2017 |
1.0.6217.35254 | 1,470 | 1/8/2017 |
1.0.6216.39191 | 4,014 | 1/8/2017 |