Guest User

Untitled

a guest
Feb 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. max = Compile[{{list, _Integer, 1}}, Max[list]]
  2. max[{1, 2, 3}]
Add Comment
Please, Sign In to add comment