%ArcCos function


Old name
%ArcCosR


Function
Inverse function to cosine. The result is a real value in degrees.


Declaration


REAL %ArcCos(
   REAL in Arg
 )


Parameters


ArgFunction argument - must be within the interval  -1 to +1.


Example


%ArcCos(arg)