Click or drag to resize

OneVariableFunctionDifferentiate Method

Computes the numerical derivative of the current function at the given x-value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual double Differentiate(
	double x
)

Parameters

x  Double
Position on the x-axis to compute the derivative.

Return Value

Double
An approximatation of the derivative of the current function at x.
See Also