Syntax
Parameters
| Parameter | Description | Supported input types |
|---|---|---|
<value> | The value to be converted to radians | DOUBLE PRECISION |
Return Type
DOUBLE PRECISION
Example
The following example converts the value180 in degrees to radians:
| result double |
|---|
| 3.141592653589793 |
Rows: 1Execution time: 5.29ms