Represents the machine precision for double-precision
floating-point numbers.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference