IMSL C# Numerical Library

ZeroFunction.RelativeError Property

The second stopping criterion is the relative error.

public double RelativeError {get; set;}

Property Value

A double value specifying the second stopping criterion.

Remarks

A zero x[i] is accepted if the relative change of two successive approximations to x[i] is less than this tolerance. Its default value is about 1.0e-8.

Exceptions

Exception Type Condition
ArgumentException is thrown if RelativeError is less than 0 or greater than 1

See Also

ZeroFunction Class | Imsl.Math Namespace