Raise to Power

Node Icon

Raise each element \(A_i\) in the Upper input to the power of the element value in the Lower input \(B_{i}\)

\[ \begin{equation} R_i = A_i^{B_{i}} \label{eq:sample} \end{equation} \]

You can use any two supported inputs of the same type, and numbers can be the base or exponent with all types.

Inputs

Upper

Base input.

Type: Column, Image, Numeric Array, List, Required, Single

Lower

Exponent input.

Type: Column, Image, Numeric Array, List, Required, Single

Outputs

Output

Resulting power. The output type is determined by the input types. If one input is an Image or a Column, the output will be an Image or a Column, respectively. If both inputs are Numbers type, the output will be a Numeric Array type.

Type: Column, Image, Numeric Array, List

Settings

Exponent

Value Array

Exponent value if Lower input is not connected.

Value Type Selection

Specify value type of Value.

Values: Integer32, Integer64, Float32, Float64, Complex64, Complex128

Image Settings

Metadata Source Selection

Select the source for the output metadata. This is only applicable if the output is an image.

Values: Upper, Lower

Column Settings

Column Name Text

Set the name of the output column.

Broadcast Settings

Broadcasting Selection

Select how to align the input data for broadcasting. Only applicable for Image and Numeric Array.

Values: Align Leading Dimensions, Align Trailing Dimensions

See also

Keywords: