MSSQLNumeric FunctionsDEGREES
PI

DEGREESNumeric Functions

RADIANS

Converts radians to degrees.

Syntax

DEGREES(n)

Example

Enter values below to update the example in real time.

deg
SELECT DEGREES(PI()) AS deg;