IReal Operations<T>.Epsilon Property
Gets the machine precision of the operand type.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
T Epsilon { get; }
Property Value
TRemarks
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.