Power Of X

Computes x raised to the y power. If x is not complex, it must be greater than zero unless y is an integer value. Otherwise, the result is NaN. If y is zero, x^y is 1 for all values of x, including zero. The connector pane displays the default data types for this polymorphic function.

y can be a scalar number, array or cluster of numbers, array of clusters of numbers, and so on.
x can be a scalar number, array or cluster of numbers, array of clusters of numbers, and so on.
x^y is y to the power of x.