ZeroSystemRelativeError Property |
The relative error tolerance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double RelativeError { get; set; }
Public Property RelativeError As Double
Get
Set
public:
property double RelativeError {
double get ();
void set (double value);
}
member RelativeError : float with get, set
Property Value
Type:
Double
A
double specifying the relative error tolerance.
Exceptions Exception | Condition |
---|
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