Exponent Calculator: Integer, Negative and Fractional Powers

Exponent Calculator

Raise a base to an integer, negative, decimal, or fractional exponent and see the power, reciprocal, radical form, and calculation rule.


Enter the exponent as an integer, decimal, scientific-notation value, or fraction such as 2/3. Use periods for decimals and no thousands separators.


Exponent formulas

An exponent tells how a base is multiplied or transformed. The expression ab has base a and exponent b.

  • For a positive integer n, an=a×a×…×a using n factors.
  • For a nonzero base, a0=1.
  • For a negative exponent, a−n=1/an.
  • For a fractional exponent, am/n=ⁿ√(am) when the expression has a real value.

Checked examples

PowerRuleResult
210Positive integer exponent1,024
50Zero exponent1
2−31/2³0.125
91/2Square root3
272/3Cube root of 27²9
(−8)1/3Real cube root−2
(−8)2/3Square of the cube root4
(−2)4Even integer exponent16
4−1/2Reciprocal square root0.5
106Power of ten1,000,000

How to use the calculator

  1. Enter the base. Positive, negative, and zero bases are accepted where mathematically defined.
  2. Enter an integer, decimal, scientific-notation, or fractional exponent.
  3. Select Calculate power.
  4. Review the result and the matching reciprocal, radical, or multiplication form.

Limits and interpretation

  • Base magnitude is limited to 1e100 and exponent magnitude to 10,000.
  • Zero to the zeroth power is reported as indeterminate; zero to a negative exponent is undefined.
  • Negative bases with non-integer exponents require an explicit reduced rational form with an odd denominator to produce a real result.
  • Exact integer results are shown for manageable nonnegative integer powers; other results use approximately 14 significant digits.
  • Results that overflow or underflow JavaScript double-precision arithmetic are rejected rather than displayed as infinity or zero.
  • This tool returns real values only, not complex powers.

Frequently asked questions

What does a negative exponent mean?

It takes the reciprocal of the corresponding positive power. For example, 2−3=1/2³=1/8.

How do fractional exponents relate to roots?

The denominator gives the root and the numerator gives the power. Thus 272/3 is the cube root of 27 squared.

Why does a negative base sometimes have no real result?

An even root of a negative number is not real. Odd roots are real, so (−8)1/3=−2.

Is 00 equal to 1?

Different mathematical contexts use different conventions. This calculator reports 00 as indeterminate instead of silently choosing a convention.

Related calculators

Use the Logarithm Calculator to solve for an unknown exponent, the Square Root Calculator to simplify radicals, the Factorial Calculator for exact integer products, or the Scientific Notation Calculator for powers of ten.