Click or drag to resize

SecantRootFinder(FuncDouble, Double, Int32, Double) Constructor

Initializes a new instance of the SecantRootFinder class.

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public SecantRootFinder(
	Func<double, double> function,
	int maxNumberOfIterations,
	double accuracy
)

Parameters

function  FuncDouble, Double
The function for which a root should be found.
maxNumberOfIterations  Int32
The maximum number of iterations.
accuracy  Double
The desired accuracy for the root location.
See Also