Machine Constants.Epsilon Field
Represents the machine precision for double-precision
floating-point numbers.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public const double Epsilon = 2.22044604925031E-16
Field Value
DoubleRemarks
The value of this field is 2.22044604925031308e-16.
The machine precision is the smallest number that can be added to the number 1 to yield a result different from 1.