Numeric IEC operator for returning the arc cosine (inverse function of cosine) of a number. The value is calculated in arch minutes.
The input variable can be of any numeric basic data type where the output variable has to be type REAL or LREAL.
The result in q is 1.0472.
LD 0.5
ACOS
ST q
q:=ACOS(0.5);