The bound for the relative error is too small.

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

Syntax

C#
public IncreaseErrRelException(
	double relativeError
)
Visual Basic (Declaration)
Public Sub New ( _
	relativeError As Double _
)
Visual C++
public:
IncreaseErrRelException(
	double relativeError
)

Parameters

relativeError
Type: System..::.Double
A double which specifies the bound for relative error.

See Also