Acos(Numeric number)
Arccosine, returns the angle, in radians, whose cosine is specified by the number.
Parameters
- number
- The cosine of the angle you want and must be from -1 to 1.
Returns
Numeric
Examples
Acos(0)
returns 1.57Acos(1)
returns 0Acos(-1)
returns 3.14