IRealOperations<T>.Epsilon Property

Gets the machine precision of the operand type.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T Epsilon { get; }

Property Value

T

Remarks

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.

See Also