Exponent Calculator

Compute ab with live results, optional steps, a curve for y = aˣ, and reference power tables.

Quick examples

Positive, negative, and decimal bases are supported where defined in the reals.

Decimals supported (e.g. 0.5 for a square root, ~0.333 for a cube root).

Enter a base and exponent for an instant result, or tap an example.

What is an exponent?

An exponent tells you how many times to multiply a base by itself. We write ab and say "a to the power b". For example, 2³ = 2 × 2 × 2 = 8. Exponents model repeated multiplication, growth, and are closely tied to logarithms (the inverse operation).

Rules of exponents

  • Product: am × an = am+n
  • Quotient: am / an = am−n (a ≠ 0)
  • Power of a power: (am)n = amn
  • Zero: a0 = 1 for a ≠ 0

Negative exponent explained

A negative exponent means take the reciprocal: a−n = 1 / an. Example: 10−2 = 1/100 = 0.01.

Fractional exponent explained

A fractional exponent is a root: a1/2 = √a, a1/3 = ∛a, and in general ap/q = (the q-th root of a)p for a ≥ 0 in the reals.

Examples

  • 2³ = 8
  • 5² = 25
  • 10⁻² = 0.01
  • 4^(1/2) = 2
  • 27^(1/3) = 3

Power tables (reference)

Quick reference for integer exponents from −2 through 8 (where defined).

Powers of 2

Exponent2nValue
-22-20.25000
-12-10.50000
0201
1212
2224
3238
42416
52532
62664
727128
828256

Powers of 3

Exponent3nValue
-23-20.11111
-13-10.33333
0301
1313
2329
33327
43481
535243
636729
7372187
8386561

Powers of 10

Exponent10nValue
-210-20.010000
-110-10.10000
01001
110110
2102100
31031000
410410000
5105100000
61061000000
710710000000
8108100000000

FAQs

What is 0 to the power of 0?
0⁰ is not assigned a single standard value; in many contexts it is left undefined or treated specially. This calculator shows a message instead of a number.
Can the base be negative?
Yes for many integer exponents, but fractional powers of a negative base are not real numbers in general (they live in the complex plane). JavaScript’s Math.pow may return NaN for those cases.
How do I enter a square root?
Use exponent 0.5 (or enter 1/2 mentally as 0.5). For example, base 4 and exponent 0.5 gives 2.
Why does scientific notation appear?
Very large or very small magnitudes are easier to read in scientific notation; the main line still shows a fixed-decimal approximation when possible.