Calculates the arcCosine of a number.
ACos ( expression )
| expression | Any value between -1 and 1 inclusive. |
Local $x = ACos(0.5)
Local $pi = 3.14159265358979
Local $radToDeg = 180 / $pi
Local $y = ACos(-1) * $radToDeg ;arcCosine of -1 returns 180°