Click or drag to resize

RiddersDifferentiatorDifferentiate Method

Differentiates the given function at the given position.

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

Parameters

f  OneVariableFunction
The function to differentiate.
x  Double
The position along the x-axis at which to differentiate.

Return Value

Double
The slope of the function at the given position.

Implements

IDifferentiatorDifferentiate(OneVariableFunction, Double)
See Also