mypal125

f(x)=x*x and square = function(x) {return x*x};

Feb 21st, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. JavaScript:
  2. square = function(x) {
  3.   return x * x;
  4. };
  5.  
  6. Algebra:
  7. f(x)=x*x
Advertisement
Add Comment
Please, Sign In to add comment