ASIN
The IEC operator returns the arc sine (inverse of sine) for a number.
Permitted data types for the input variable: Any numeric basic data type
Permitted data types for the output variables: REAL and LREAL
Examples:
Result: fVar is 0.523599.
ST:
fVar := ASIN(0.5);
FBD: