ES|QL ACOS function
number-
Number between -1 and 1. If
null, the function returnsnull.
Returns the arccosine of n as an angle, expressed in radians.
| number | result |
|---|---|
| double | double |
| integer | double |
| long | double |
| unsigned_long | double |
ROW a=.9
| EVAL acos=ACOS(a)
| a:double | acos:double |
|---|---|
| .9 | 0.45102681179626236 |