Click or drag to resize
ZeroSystemRelativeError Property
The relative error tolerance.

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

Property Value

Type: Double
A double specifying the relative error tolerance.
Exceptions
ExceptionCondition
ArgumentException is thrown if RelativeError is less than 0 or greater than 1
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.
See Also