Operator: ASIN
The IEC operator yields the arcsine value of a number.
Permitted data types for input variables: any numeric basic data type
Permitted data types for output variables: REAL
and LREAL
Example 146. Examples
Result in q
: 0.523599
ST
q := ASIN(0,5);
FBD
