JScript  

sin Method

Returns the sine of a number.

Math.sin(number) 

The number argument is a numeric expression for which the sine is needed.

Remarks

The return value is the sine of the numeric argument.

Requirements

Version 1

See Also

acos Method | asin Method | atan Method | cos Method | Math Object Methods | tan Method

Applies To: Math Object