Power
Description
- Raising an number to a specific power resulting in the base number being multiplied by itself as many times as the power number states.
Calculation Editor
Options
Input Parameter Values | Input Values |
---|---|
Only Rollup If | Generic Criteria |
Input
Input | Input Values | Required |
---|---|---|
Input 1 | Column or Literal | ✔ |
Input 2 | Column or Literal | ✔ |
Remark
Exponential functions are useful for such problems like determining the total cost of a loan over time.
Example
- Input: Input 1 (4), Input 2 (2)
- Quick Calculations > Math > Power
- Output: 16
- Reasoning 4^2 = 4*4 = 16