ACOS

Syntax
Parameters
n
Numeric expression. If null, the function returns null.
DescriptionReturns the arccosine of n as an
angle, expressed in radians.Supported types
Example
```esql
ROW a=.9
| EVAL acos=ACOS(a)
```
