|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
WorkingPrecision
WorkingPrecision
is an option for various numerical operations that specifies how many digits of precision should be maintained in internal computations.
DetailsDetails
- WorkingPrecision is an option for such functions as NIntegrate and FindRoot.
- Setting WorkingPrecision->n causes all internal computations to be done to at most n-digit precision.
- Setting WorkingPrecision->MachinePrecision causes all internal computations to be done with machine numbers.
- Even if internal computations are done to n-digit precision, the final results you get may have much lower precision.
New in 1 | Last modified in 5
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

