Click or drag to resize

RiddersDifferentiator(Double, Int32) Constructor

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

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

Parameters

tolerance  Double
The error tolerance.
maximumOrder  Int32
The maximum order.
See Also