description Convert a value in degrees to radians. RADIANS Syntax RADIANS(x number) → float x: The number in degrees Examples {% code title="RADIANS example" %} SELECT RADIANS(45) -- 0.7853981633974483 {% endcode %}