$MaxExtraPrecision
Usage
Notes
Further Examples
The default value of $MaxExtraPrecision is .
In[1]:=
|
Out[1]=
|
The default value of $MaxExtraPrecision gives the result with precision as asked.
In[2]:=
|
Out[2]=
|
This computes a rational approximation to Cos[7].
In[3]:=
|
Out[3]=
|
In this case we do not get digits in the result.
In[4]:=
|
Out[4]=
|
To get digits we temporarily increase the value of $MaxExtraPrecision.
In[5]:=
|
Out[5]=
|
Inequalities such as this one are evaluated using numerical methods.
In[6]:=
|
Out[6]=
|
Some inequalities cannot be verified numerically no matter how much extra precision is used.
In[7]:=
|
Out[7]=
|
FullSimplify verifies the inequality.
In[8]:=
|
Out[8]=
|
In[9]:=
|
|