The Raise to Power Component takes a single double value (x) and raises it to the positive signed integer value (y). In other words the single double output result will be x raised to the power y.
Inputs: 2
Input Name:
Description:
Input (x)
The value of type double that will be raised to the provided power (y).
Power (y)
The value of type positive integer that will be power to raise (x) to.
Outputs: 1
Output Name:
Description:
Output (x')
The output value of type double that is the value of (x) raised to power (y).