Power
Description
Returns the result of a number raised to a specified power. A new column is created for the results. (Double)
Use
- Input field:
- Select an argument for the base value. (Number)
- Click the arrow icon to select a number data type and enter a specific number value.
- Select an argument for the base value. (Number)
- Input field:
- Select an argument for the exponent value. (Number)
- Click the arrow icon to select a number data type and enter a specific number value.
- Select an argument for the exponent value. (Number)
- Output field name:
- Enter an output field name.
Example
Value 1 | Value 2 | Power() returns |
---|---|---|
9 | 2 | 81.0 |
2 | 9 | 512.0 |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_Power" to see an example of this function.