PostgreSQLNumeric FunctionsRADIANS
WIDTH_BUCKET

RADIANSNumeric Functions

DEGREES

Converts degrees to radians.

Syntax

RADIANS(x)

Example

Enter values below to update the example in real time.

rad
SELECT RADIANS(90) AS rad;  -- 결과: 1.5707...