Power Float
Purpose of the Node
The Power Float node is used to compute the power of a base float raised to an exponent float. This node is useful for mathematical calculations where you need to perform exponentiation on float values.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Base | The base float value for the power calculation | Struct | Array |
Exponent | The exponent float value for the power calculation | String | Map |
Power | The result of the power calculation | Number | Float |