Click or drag to resize
ZerosFunctionError Property
First convergence criterion.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double Error { get; set; }

Property Value

Type: Double
A double containing the first convergence criterion. Error must be greater than or equal to 0.0.

Default: Error = 2.0e-8/XScale.

Remarks
A root is accepted if it is bracketed within an interval of length Error, \left| f\left(x\right) \right|\le \tau, where \tau = Error.
See Also