RADIANS - Mathematical
Converts the given degrees to radians
Input parameters
Name | Type | Optional | Description |
---|---|---|---|
x |
Number | False | Input degrees |
Output
Number: radian
Usage
RADIANS(<x>)
Examples
Example 1
Query
LOAD tmp
AS ('': RADIANS(10))
Result
0.17453292519943295
Example 2
Query
LOAD tmp
AS ('': RADIANS(45))
Result
0.7853981633974483