Guest User

Untitled

a guest
Mar 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. in[1]:= l = {1.25, 4.5, 3.430000, 6.800, 1.250, 8.9};
  2. in[2]:= Chop[l, 0.01]
  3.  
  4. out[3]:= {1.25, 4.5, 3.43, 6.8, 1.25, 8.9}
Add Comment
Please, Sign In to add comment