The IEC operator yields the square root of a number.
Permitted data types for input variables: any numeric basic data type
Permitted data types for output variables: REAL
and LREAL
Examples
Result in q
: 4
ST
q := SQRT(16);
FBD
