Outdated Version

You are viewing an older version of this section. View current production version.

RADIANS

Converts x from degrees to radians.

Syntax

RADIANS (x)

Arguments

  • x: the argument in degrees

Return Type

Float or double.

Examples

memsql> select radians(180);
+-------------------+
| radians(180)      |
+-------------------+
| 3.141592653589793 |
+-------------------+