Managed Iterative Algorithm<T, TError, TReport>.Default Tolerance 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#
The value of this field is the square root of the machine precision.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public const double DefaultTolerance = 1.49011611938477E-08
Field Value
DoubleThe 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.