MSSQLNumeric FunctionsSIN
RADIANS

SINNumeric Functions

COS

Returns the sine value.

Syntax

SIN(n)

Example

Enter values below to update the example in real time.

sin30
SELECT SIN(RADIANS(30)) AS sin30;