MSSQLNumeric FunctionsRADIANS
DEGREES

RADIANSNumeric Functions

SIN

Converts degrees to radians.

Syntax

RADIANS(n)

Example

Enter values below to update the example in real time.

rad
SELECT RADIANS(180) AS rad;