
The Function Block EXPT is an exponentiation function.
Values are expected at the inputs with a number. In doing so, it is attempted to convert the value of a string into a number. The boolean value TRUE is converted into a 1.
Note: Also see the article String Conversion to Numbers, if you are working with strings.
The input defines the base as a number.
The input defines the exponent as a number.
The output returns the power as a number.