Function Block EXPT

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.

First Input

The input defines the base as a number.

Second Input

The input defines the exponent as a number.

Output

The output returns the power as a number.