Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function col2_myfunc(input)
  2. {
  3. // It only processes data provided in the arguments, and
  4. // the only data this function returns is used.
  5. return (input > 1) ? Math.sin(input) : Math.pow(input, 3);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement