%ArcSin function


Old name
%ArcSinR
Function
Inverse function to sin. Result is a real value in degrees.
Declaration
REAL %ArcSin(
   REAL in Arg
 )

Parameters
Arg Function argument - must be within the interval  -1 to +1.

Example
%ArcSin(arg)