Returns the cosine of a number.
Math.cos(number)
The required number argument is a numeric expression for which the cosine is needed.
The return value is the cosine of its numeric argument.
acos Method | asin Method | atan Method | Math Object Methods | sin Method | tan Method
Applies To: Math Object