Advertisement
ferdinand

JavaScript Math method

Jan 17th, 2012
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. JavaScript Math method:
  2. abs(x)
  3. acos(x)
  4. asin(x)
  5. atan(x)
  6. atan2(y,x)
  7. ceil(x)
  8. cos(x)
  9. exp(x)
  10. floor(x)
  11. log(x)
  12. max(x,y,z,...,n)
  13. min(x,y,z,...,n)
  14. pow(x,y)
  15. random()
  16. round(x)
  17. sin(x)
  18. sqrt(x)
  19. tan(x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement