Represents the machine precision for double-precision
floating-point numbers.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public const double Epsilon = 2.22044604925031E-16
Public Const Epsilon As Double = 2.22044604925031E-16
public:
literal double Epsilon = 2.22044604925031E-16
static val mutable Epsilon: float
Field Value
Type:
Double
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.
Reference