The magnitude of alternating series sum is too small relative to the sum of positive terms to permit a reliable accuracy.

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

Syntax

C#
[SerializableAttribute]
public class AltSeriesAccuracyLossException : IMSLException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AltSeriesAccuracyLossException _
	Inherits IMSLException
Visual C++
[SerializableAttribute]
public ref class AltSeriesAccuracyLossException : public IMSLException

Exceptions

ExceptionCondition
Imsl.Stat..::.AltSeriesAccuracyLossException The magnitude of alternating series sum is too small relative to the sum of positive terms to permit a reliable accuracy.

Inheritance Hierarchy

See Also