Javascript Math Object
Javascript provides us with the global Math object that has some static properties and methods defined on it.
We can use these methods to perform complex mathematical operations really quick, like finding the square root of some number or the sin, cos, tan value of a number.
We'll take a look at most of those methods in the lesson. Although for a full list check MDN:
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Math
Related:
Warning: Invalid argument supplied for foreach() in /var/www/cssdeck.com/app/modules/labs/views/_details.php on line 68