ManagedIterativeAlgorithm<T, TError, TReport>.DefaultTolerance Field

Gets the default absolute and relative tolerance.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public const double DefaultTolerance = 1.49011611938477E-08

Field Value

Double
The value of this field is the square root of the machine precision.

Remarks

The value of this field is SqrtEpsilon, the square root of the machine precision.

See Also