Guest User

Untitled

a guest
Dec 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. In[117]:= v=124.58061;
  2. v1=v-0.00024;
  3. v2=v+0.00024;
  4. In[120]:= FullForm[v]
  5. FullForm[v1]
  6. FullForm[v2]
  7. Out[120]//FullForm= 124.58061`
  8. Out[121]//FullForm= 124.58036999999999`
  9. Out[122]//FullForm= 124.58085`
  10. In[123]:= FullForm[Interval[{v1,v2}]]
  11. Out[123]//FullForm= Interval[List[124.58036999999997`,124.58085000000001`]]
Add Comment
Please, Sign In to add comment