Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Systems Interfaces & Deployment > Mathematica System Setup > System Information >

$MaxMachineNumber

$MaxMachineNumber
is the largest machine-precision number that can be used on a particular computer system.
  • Numbers larger than $MaxMachineNumber are always represented in arbitrary-precision form.
  • $MaxMachineNumber is typically 2n, where n is the maximum exponent that can be used in the internal representation of machine-precision numbers.
The largest hardware floating point number:
The largest hardware floating point number:
In[1]:=
Click for copyable input
Out[1]=
Numbers larger than $MaxMachineNumber are represented as arbitrary precision numbers:
Find the maximum machine number algorithmatically:
$MaxMachineNumber has the largest possible binary exponent and all bits set to 1:
$MaxMachineNumber×$MinMachineNumber is 4.×(1.-$MachineEpsilon/2):
New in 2
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team