|
$MaxPrecision
$MaxPrecision gives the maximum number of digits of precision to be allowed in arbitrary-precision numbers.
The default value of $MaxPrecision is 1000000.
$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.
See The Mathematica Book: Section 3.1.5.
See also: $MinPrecision, $MaxExtraPrecision.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. |