Click or drag to resize

IDifferentiatorDifferentiate Method

Differentiates the given function at a given point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
double Differentiate(
	OneVariableFunction function,
	double x
)

Parameters

function  OneVariableFunction
The function to differentiate.
x  Double

[Missing <param name="x"/> documentation for "M:CenterSpace.NMath.Core.IDifferentiator.Differentiate(CenterSpace.NMath.Core.OneVariableFunction,System.Double)"]

Return Value

Double
The derivative of function at x.
See Also