Click or drag to resize

AbstractRootFinderSolve(Double, Double, Boolean) Method

Prototype algorithm for solving the equation f(x)==0.

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual double Solve(
	double x1,
	double x2,
	bool bracket
)

Parameters

x1  Double
The low value of the range where the root is supposed to be.
x2  Double
The high value of the range where the root is supposed to be.
bracket  Boolean
Determines whether a bracketing operation is required.

Return Value

Double
Returns the root with the specified accuracy.
See Also