SIN - Mathematical
Calculates the sine of the given number
Input parameters
Name | Type | Optional | Description |
---|---|---|---|
x |
Number | False | Input Number |
Output
Number: SIN(x)
Usage
SIN(<x>)
Examples
Example 1
Query
LOAD tmp
AS ('': SIN(90))
Result
0.8939966636005579
Example 2
Query
LOAD tmp
AS ('': SIN(-180))
Result
0.8011526357338304