acos({n})
Returns the arccosine value of radians value {n}. {n} can be any real number in the range of -1 <= {n} <= 1. If null is passed as an argument, acos() returns null.
acos({n}) takes the following syntax.
This example takes the arccosine of 35 degrees.
| acosValue |
|---|
| 0.913643 |