SIN function

Synopsis
This function returns the sine of the specified angle, given in degrees.
Variations
SIN(Angle)
Returns the sine of the specified angle.
Parameters
Angle

Specifies the angle, in degrees, from which to calculate the sine.

Supported types: Numeric.
Returns
Returned types: Numeric.
Examples
1.

The following example returns 0.0174524.

SIN(1)
2.

The following example returns 1.

SIN(90)
3.

The following example returns -0.0174524.

SIN(-1)