IMSL C# Numerical Library

ZeroSystem.RelativeError Property

The relative error tolerance.

public double RelativeError {get; set;}

Property Value

A double specifying the relative error tolerance.

Remarks

The root is accepted if the relative error between two successive approximations to this root is within errorRelative. The default is the square root of the precision, about 1.0e-08.

Exceptions

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

See Also

ZeroSystem Class | Imsl.Math Namespace