ZerosFunctionError Property |
First convergence criterion.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Error { get; set; }
Public Overridable Property Error As Double
Get
Set
public:
virtual property double Error {
double get ();
void set (double value);
}
abstract Error : float with get, set
override Error : float with get, set
Property Value
Type:
Double
A
double containing the first convergence
criterion.
Error must be greater than or
equal to 0.0.
Default: Error = 2.0e-8/XScale.
Remarks
A root is accepted if it is bracketed within an interval of
length
Error,
,
where
=
Error.
See Also