Table of Contents

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

  1. Input: Input 1 (4), Input 2 (2)
  2. Quick Calculations > Math > Power
  3. Output: 16
    1. Reasoning 4^2 = 4*4 = 16