Power Integer
Purpose of the Node
This node takes an integer as the base and another integer as the exponent, and calculates the power of the base raised to the exponent. The result is then outputted.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Start | Trigger the calculation of the power | Exec | N/A |
Base | The base integer to be raised | Input | Integer |
Exponent | The exponent integer to raise the base to | Input | Integer |
Power | The result of the power calculation | Output | Integer |
End | Completion of the calculation | Exec | N/A |