Skip to main content

RADIANS

Converts x from degrees to radians.

Syntax

RADIANS (x)

Arguments

  • x: the argument in degrees

Return Type

Float or double.

Examples

SELECT RADIANS(180);
****
+-------------------+
| RADIANS(180)      |
+-------------------+
| 3.141592653589793 |
+-------------------+