COS

Syntax
Parameters
n
Numeric expression. If null, the function returns null.
DescriptionReturns the cosine of n. Input
expected in radians.Supported types
Example
```esql
ROW a=1.8
| EVAL cos=COS(a)
```
