Share via


sin Method (Windows Scripting - JScript)

 

Returns the sine of a number.

Syntax

Math.sin(number) 

Remarks

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

The return value is the sine of the numeric argument.

Requirements

Version 1

Applies To: Math Object (Windows Scripting - JScript)

See Also

acos Method (Windows Scripting - JScript)
asin Method (Windows Scripting - JScript)
atan Method (Windows Scripting - JScript)
cos Method (Windows Scripting - JScript)
tan Method (Windows Scripting - JScript)