Gets the machine precision quadruple precision floating-point numbers.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static readonly Quad Epsilon
Public Shared ReadOnly Epsilon As Quad
public:
static initonly Quad Epsilon
Field Value
Type:
Quad
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.
Reference