Skip to content

Returns the argument x, converted from degrees to radians.

func.radians( <x> )
func.radians(90)
┌────────────────────┐
│ func.radians(90) │
├────────────────────┤
1.5707963267948966
└────────────────────┘
RADIANS( <x> )
SELECT RADIANS(90);
┌────────────────────┐
radians(90) │
├────────────────────┤
1.5707963267948966
└────────────────────┘