Arithmetic & Number Theory
Exponentiation
Raise a base to an exponent.
Formula
Formula
y = an
Variables
| Symbol | Definition | Type & range | Units | Role |
|---|---|---|---|---|
| a | base | real number (ℝ) | — | input |
| n | exponent | real number (ℝ) | — | input |
| y | result | computed result | — | result |
Try it yourself
Interactive calculator
Worked examples
Example 1
Givenbase a = 2, exponent n = 10
Result1024
Example 2
Givenbase a = 5, exponent n = 3
Result125