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 |
+-------------------+

Last modified: February 24, 2023

Was this article helpful?