Operator ‘EXP’¶
This IEC operator yields the exponential function.
Permitted data types for input variables: any numeric basic data type
Permitted data types for output variables: REAL
and LREAL
Examples
Result in q
: 7.389056099
ST:
q := EXP(2);
FBD: