Math Object
-
About the Math Object
The Math object provides a standard library of mathematical constants and functions. The Math object cannot be created using the new operator, and giv...
-
Properties
The properties of the Math object are different mathematical constants.Math.E Euler's constant, the base of natural logarithms. The E property i...
-
Math Object Methods
Trigonometric Functions Math.cos(x) returns the cosine of a numeric expression x. Math.sin(x) returns the sine of a numeric expression x. Math.tan(x) ...