Gets the machine precision of the operand type.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static T Epsilon { get; }
Public Shared ReadOnly Property Epsilon As T
Get
public:
static property T Epsilon {
T get ();
}
static member Epsilon : 'T with get
Property Value
Type:
T
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