% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it. **Example** ```esql ROW a=.9 | EVAL acos=ACOS(a) ``` | a:double | acos:double | | --- | --- | | .9 | 0.45102681179626236 |