The relative error tolerance.
A double
specifying the relative error tolerance.
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.
Exception Type | Condition |
---|---|
ArgumentException | is thrown if RelativeError is less than 0 or greater than 1 |
ZeroSystem Class | Imsl.Math Namespace