Math.cos()

Syntax:

Math.cos( x )

Return:

The cosine of a number.

Parameters:

x – the number or a variable containing a number. The number is the angle in radians and not degrees. This parameter is required.

image\Script_Button.jpgExamples