%Cos function


Old name
%CosR
Function
The function returns the cosine of the specified argument.
Result is a real value within the interval <-1.0 , 1.0>.
Declaration


REAL %Cos(
   REAL in Arg
 )
Parameters


ArgFunction argument given in degrees.
Example


%Cos(degr02)