PostgreSQLNumeric FunctionsDEGREES
RADIANS

DEGREESNumeric Functions

NOW

Converts radians to degrees.

Syntax

DEGREES(x)

Example

Enter values below to update the example in real time.

deg
SELECT DEGREES(PI()) AS deg;  -- 결과: 180