Calculates the value of X raised to the Y power. That is: (Out = xy)
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
X
|
Numeric
|
Null
|
The base
|
|
Y
|
Numeric
|
Null
|
The exponent
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Numeric
|
The result of the calculation (Out = xy). If either of the inputs are Null, the result is Null.
|
|