Get Sine Method

The Get Sine method returns the sine of an angle, expressed in radians. It returns the sine of the value that the number argument contains. The return value is between negative 1 and 1. If this method cannot convert the value that the number argument contains, then it returns the following value:

NaN

Format

Math.sin(number)

The following table describes the arguments for the math sine method.

Argument Description

number

A numeric expression that contains a number that includes the size of an angle, expressed in radians. This number can be positive or negative.