|
Further Examples: Accuracy
The accuracy of an exact number is infinite.
In[1]:= 
Out[1]= 
The accuracy of a machine real number depends on the value of $MachinePrecision on your computer.
In[2]:= 
Out[2]= 
Here is a list of numbers.
In[3]:= 
Out[3]= 
The accuracy of a machine number is computed by subtracting off the decimal scale of the number.
In[4]:= 
Out[4]= 
In[5]:= 
Out[5]= 
The accuracy of arbitrary-precision real numbers is machine-independent.
In[6]:= 
Out[6]= 
In[7]:= 
|