The relative error used for stopping the algorithm.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double RelativeError { get; set; }
Visual Basic (Declaration)
Public Property RelativeError As Double
Visual C++
public:
property double RelativeError {
	double get ();
	void set (double value);
}

Field Value

A double specifying the relative error.

Remarks

By default, RelativeError = 1.49e-08, the square root of the precision.

Exceptions

ExceptionCondition
System..::.ArgumentException is thrown if RelativeError is less than 0.

See Also