|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
$MaxMachineNumber
$MaxMachineNumber
is the largest machine-precision number that can be used on a particular computer system.
DetailsDetails
- Numbers larger than $MaxMachineNumber are always represented in arbitrary-precision form.
- $MaxMachineNumber is typically
, where n is the maximum exponent that can be used in the internal representation of machine-precision numbers.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
The largest hardware floating point number:
| In[1]:= |
| Out[1]= |
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
