ACOS (Primitive Spread Function) returns the angle whose cosine is the specified value. The angle is in radians between 0 (zero) and π (pi).
SYNTAX:
ACOS(value)
REMARKS:
The value argument is the cosine of the angle you want to return and must be between –1 and 1.
If you want to convert the result to degrees, multiply it by 180/π.
EXAMPLES:
ACOS(B3)
ACOS(0.5)=1.0471975512