Managed Iterative Algorithm<T, TError, TReport>.Default Tolerance Field
Gets the default absolute and relative tolerance.
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The value of this field is the square root of the machine precision.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static TError DefaultTolerance
Field Value
TErrorThe 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.