←
IntegerLength
→
MachinePrecision
/
Reference of Built-in Symbols
/
Atomic Elements of Expressions
/
Representation of Numbers
/
$MachineEpsilon
/
$MachineEpsilon
WMA link
$MachineEpsilon
is the distance between
1.0
and the next nearest representable machine-precision number.
$MachineEpsilon
x = 1.0 + {0.4, 0.5, 0.6} $MachineEpsilon;
x - 1
←
IntegerLength
→
MachinePrecision