Quad.Epsilon Field
Gets the machine precision quadruple precision floating-point numbers.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static readonly Quad Epsilon
Field Value
QuadRemarks
This number is equal to the smallest number that, when added to 1, produces a value different from one using the current working precision. This value is commonly used in convergence criteria for iterative algorithms.