IMSL C# Numerical Library

ZeroFunction.AbsoluteError Property

The first stopping criterion.

public double AbsoluteError {get; set;}

Property Value

A double value specifying the first stopping criterion.

Remarks

A zero x[i] is accepted if |f(x[i])| is less than this tolerance. Its default value is about 1.0e-8.

Exceptions

Exception Type Condition
ArgumentException is thrown if AbsoluteError is less than 0

See Also

ZeroFunction Class | Imsl.Math Namespace