Exponent Calculator
Calculate a number raised to a power: base^exponent. Handles negative exponents (gives 1/baseโฟ), fractional exponents (roots), and exponential notation.
Inputs
Result (base^exponent)
โ
Scientific notation
โ
base^(โexponent) = 1/result
โ
Verification (log)
โ
About Exponent Calculator
Negative exponents
a^(โn) = 1 / aโฟ. So 2^(โ3) = 1/8 = 0.125. Useful for very small numbers and for inverse operations.
Fractional exponents
a^(1/n) is the nth root of a. So 8^(1/3) = โ8 = 2. More generally a^(m/n) = (n-th root of a)^m.
Special cases
a^0 = 1 for any a โ 0 (0^0 is conventionally 1 but undefined in some contexts). 1^anything = 1. 0^positive = 0. 0^negative = undefined.