Represents the machine precision for single-precision
floating-point numbers.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public const float SingleEpsilon = 1.192093E-07f
Public Const SingleEpsilon As Single = 1.192093E-07F
public:
literal float SingleEpsilon = 1.192093E-07f
static val mutable SingleEpsilon: float32
Field Value
Type:
Single
The value of this field is 1.1920928955078125e-07.
The machine precision is the smallest number
that can be added to the number 1 to yield a result
different from 1.
Reference