Click or drag to resize

RiddersDifferentiator(Double) Constructor

Constructs a RiddersDifferentiator instance that can be used to differentiate a function with the specified tolerance level and the default maximum order.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RiddersDifferentiator(
	double tolerance
)

Parameters

tolerance  Double
The error tolerance.
See Also