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/19/numerical-derivative-net-library-11 |
NuGet Url: | https://www.nuget.org/packages/Rychusoft.NumericalLibraries.Derivative |
Install
Install-Package Rychusoft.NumericalLibraries.Derivative
dotnet add package Rychusoft.NumericalLibraries.Derivative
paket add Rychusoft.NumericalLibraries.Derivative
Rychusoft.NumericalLibraries.Derivative Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Rychusoft.NumericalLibraries.Calculator(>= 1.1.1)
- Rychusoft.NumericalLibraries.Calculator(>= 1.1.1)
- NETStandard.Library(>= 1.6.1)
- Rychusoft.NumericalLibraries.Calculator(>= 1.1.1)
- Rychusoft.NumericalLibraries.Calculator(>= 1.1.1)
- Rychusoft.NumericalLibraries.Calculator(>= 1.1.1)
Tags
var derivative = new Derivative("x^2 + 5 - cos(2 * PI * x)");
var result = derivative.ComputeDerivative(1); // result = 2.