Math calculator

Exponent Calculator

Powers, with the negative, zero and fractional cases handled properly.

Raise it to a power

Negative and fractional included.

A whole number like 3 or −3, or a fraction like 2/3 for a root.

2¹⁰

1,024

4 digits, every one of them exact.

Answer

1,024

positive

As a decimal

1,024

exact

Digits

4

whole-number answer

Written out

too long to expand

Working

  1. 1Multiply the base by itself2 multiplied by itself 10 times = a 4-digit numberThe exponent counts the FACTORS, not the multiplications — there are one fewer of those.

The laws, on your numbers

Each law of exponents applied to the values entered
aᵐ × aⁿ = aᵐ⁺ⁿ2¹⁰ × 2² = 2¹²
(aᵐ)ⁿ = aᵐⁿ(2¹⁰)² = 2²⁰
  • Written out, this is 4 digits. It is computed on whole numbers rather than floating point, so every digit shown is exact — a double runs out at about seventeen.

Whole-number powers are computed on integers of unlimited size, so every digit shown is real.

What this tool shows

A minus in the exponent means reciprocal, not negative: 2⁻³ is one eighth. A fraction means a root, and taking the root first keeps the numbers small. Whole powers run on integers of unlimited size, so 2²⁰⁰ is exact.

  • Whole-number powers, exact to any size
  • Negative exponents as reciprocals
  • Fractional exponents as roots
  • The zero exponent, and why it is 1
  • 0⁰, reported as contested rather than answered
  • The laws of exponents applied to your numbers
Negative means reciprocal Fractional means a root Exact past a double 0⁰ reported honestly

Exact on integers; 0⁰ reported, not decided.

Updated 7 September 2026 · Works in any browser, no installation

A negative exponent means the reciprocal, not a negative answer: 2⁻³ is 1/8. A fractional exponent means a root, with the denominator naming which one: 8^(2/3) is the cube root of 8, squared, which is 4. And anything to the power zero is 1, because aⁿ ÷ aⁿ is both 1 and a⁰ — the only case in dispute is 0⁰.

At a glance

Formula shown
a\u207b\u207f = 1/a\u207f. a\u2070 = 1 for a \u2260 0. a^(p/q) = (\ufffdq\u221aa)^p \u2014 denominator is the root, numerator is the power. a\u1d50 \u00d7 a\u207f = a\u1d50\u207a\u207f, and (a\u1d50)\u207f = a\u1d50\u207f.
Scenario support
Compound growth over a whole number of periods; converting between a root and a fractional power; checking an algebra answer where the exponent laws were applied.
Educational estimate
Planning support from the values you enter — not professional advice.

Negative exponents

2⁻³ is one eighth. Not minus eight, and not minus one eighth. The minus sign flips the fraction over; it has nothing to do with the sign of the answer.

It follows from subtracting exponents. a³ ÷ a⁵ is a⁻² by the rule, and it is also 1/a² by cancelling. Both readings must agree, which forces the definition rather than choosing it.

The sign of the answer comes from the base alone. (−2)⁻³ is −1/8, negative because the base is negative and the exponent is odd — not because of the minus in the exponent.

Fractional exponents

The denominator is the root and the numerator is the power. 8^(2/3) is the cube root of 8, then squared: 2² = 4.

Order matters for the arithmetic, not the answer. Squaring first gives the cube root of 64, which is also 4 — but you had to find the cube root of a much bigger number. Take the root first and the numbers stay small.

This is not a different operation bolted on. It is the only definition that keeps (a^(1/2))² = a¹ working, which is exactly why roots and powers are the same notation.

Why anything to the zero is one

aⁿ ÷ aⁿ is obviously 1. By the subtraction rule it is also a⁰. So a⁰ has to be 1, for every a that is not zero.

The pattern says the same thing going down: 2⁴ = 16, 2³ = 8, 2² = 4, 2¹ = 2, each half the last. The next step down is 1.

It is not a convention adopted for tidiness. Any other value would break the division rule at its first application, and every polynomial with a constant term would need a special case.

0⁰, and why nobody agrees

Two good rules collide. Anything to the power zero is 1. Zero to any power is 0. They disagree only at 0⁰, and both have a claim.

Most of mathematics defines 0⁰ = 1, because that is what makes the binomial theorem, power series and the empty product work without exceptions. x⁰ is 1 everywhere else, and the empty product convention says a product of no factors is 1.

In analysis it is left undefined, because x^y has no single limit as both approach zero — approach along different paths and you get different answers, so no continuous extension exists.

This page reports both rather than picking one. It is the honest answer, and a tool that silently returns 1 has hidden a real disagreement.

The bracket trap

−7⁰ is −1, and (−7)⁰ is 1. The difference is entirely the brackets, and it is a notation rule rather than a mathematical one.

Exponentiation binds tighter than the minus sign, so −7⁰ reads as −(7⁰) = −1. Only the brackets put the minus inside the base.

The same trap catches −2⁴, which is −16 rather than 16. Spreadsheets disagree with mathematics here — Excel evaluates −2^4 as 16 — which is worth knowing before trusting a formula that mixes the two.

Where a double gives up

A JavaScript number holds about seventeen significant digits. 2²⁰⁰ has sixty-one, so a floating-point answer shows a handful of them and an exponent, and everything after the seventeenth is invented.

This page computes whole-number powers on integers of unlimited size. Every digit shown is real, and the page says how many there are so the difference is visible.

It matters wherever exactness does — cryptography, combinatorics, or simply checking a homework answer that a calculator rendered in scientific notation and thereby made unverifiable.

Sources and methodology

The laws are elementary; the 0⁰ question is genuinely open and worth sourcing properly.

Method. Whole-number powers are computed on BigInt by repeated multiplication, so the answer is exact at any size rather than a double with an exponent. Negative exponents are reported as exact fractions; fractional ones take the root first, on integers, and are given as a surd where one exists. 0⁰ is not computed at all — both defensible positions are reported. That engine is verified on every change against 68 hand-written assertions, including that every power from base −12 to 12 and exponent 0 to 30 matches an independently written BigInt loop, and that aᵐ × aⁿ = aᵐ⁺ⁿ holds on every computed value. The count and the per-case breakdown are published on the formula verification page.

Related calculators

Where this goes next:

Square RootThe exact square root first — 72 gives 6 root 2 — then the decimal to as many as sixty places, computed on whole numbers rather than a double.
LogLogarithms in any base with the exponential form beside them, whole answers confirmed by raising the base back, and change of base worked through.
Simplify RadicalsSimplest radical form at any index from 2 to 12 with a coefficient in front, shown prime by prime, plus the rationalised denominator.
Cube RootCube roots exactly, negatives included — the cube root of minus 27 is minus 3, a real answer — with the two complex roots named alongside.
FactorialFactorials with every digit exact — 100 factorial is 158 of them — plus the trailing-zero count derived from Legendre's formula and Stirling's error.
Prime FactorizationBreak any number into primes with the division ladder shown, the number of trial divisions reported, and the argument for why the search can stop at the square root.

More in Math, or browse all calculators.

Read the guide

The inverse question — what power gives this number — is the Log Calculator, where every law here reappears in its logarithmic form. For roots specifically, the Square Root and Cube Root pages give the exact surd.

Educational use disclaimer

This is an educational tool. Whole-number powers are exact; 0⁰ is genuinely contested and the page reports both positions rather than choosing one.

How we calculate · Found an error? email us

Authorship & verification

Written and maintained by , a business operator who builds spreadsheet-based calculators.

What's changed (3 updates)

Published 7 September 2026

  1. Published the exponent page for the three cases people get wrong rather than for computing 2 to the 10.
  2. 0 to the power 0 is reported as genuinely contested, with both defensible positions stated, instead of silently returning 1 — a tool that picks a side has hidden a real disagreement.
  3. Whole-number powers run on integers of unlimited size, so 2 to the 200 shows all sixty-one digits where a double would show sixteen and an exponent.

Add this calculator to your site

Responsive embed — and private: nothing your visitors type leaves their browser.