Math.sin()

Syntax:

Math.sin( x )

Return:

The sine of x.

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