Click or drag to resize

BrentFindRootCheckInitialBracketingPoints Method (Double, Double)

Checks whether the given variable values will produce a valid initial bracketing interval.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool CheckInitialBracketingPoints(
	double a,
	double c
)

Parameters

a
Type: SystemDouble
The first bracketing value of the variable.
c
Type: SystemDouble
The second bracketing value of the variable

Return Value

Type: Boolean
if the values will produce a valid interval; otherwise . If the value is false, it may be caused by either a or c already representing a root.
See Also