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 Sessions > Session Customization > Global Computation Settings & Parameters > $MaxExtraPrecision >

$MaxExtraPrecision

$MaxExtraPrecision
gives the maximum number of extra digits of precision to be used in functions such as N.
  • $MaxExtraPrecision is used implicitly in various exact numerical computations, including equality tests, comparisons, and functions such as Round and Sign.
Allow up to 1000 digits of extra precision to complete a numerical approximation:
Allow up to 1000 digits of extra precision to complete a numerical approximation:
In[1]:=
Click for copyable input
Out[1]=
Allow as much extra precision as possible:
The default of 50 is not sufficient for some calculations:
The result does not have the requested precision:
Often raising $MaxExtraPrecision by just over the precision deficit will be sufficient:
For hidden zeros, rasing $MaxExtraPrecision will not help:
Allowing unlimited extra precision can lead to running out of memory:
Relative error measured by Precision is not defined at zero, so use Accuracy as a goal:
Symbolic simplification may resolve the dilemma conclusively:
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF