Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Global Computation Settings & Parameters >

$MaxPrecision

$MaxPrecision
gives the maximum number of digits of precision to be allowed in arbitrary-precision numbers.
  • $MaxPrecision=Infinity uses the maximum value possible on a particular computer system, given roughly by Log[10, $MaxNumber].
  • $MaxPrecision is measured in decimal digits, and need not be an integer.
Limit a calculation to use at most 100 digits of precision:
In[1]:=
Click for copyable input
Out[1]=
 
Do a computation with fixed 24 digit precision:
In[1]:=
Click for copyable input
Out[1]=
New in 3 | Last modified in 5
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team