%ArcCos function


Old name
%ArcCosR
Function
Inverse function to cosine. 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)