Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the sine of a number.
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
Applies To: Math Object (JScript 5.6)
See Also
Reference
acos Method (JScript 5.6)
asin Method (JScript 5.6)
atan Method (JScript 5.6)
cos Method (JScript 5.6)
tan Method (JScript 5.6)