Exponent Calculator (b^x)
b^x — supports fractional, negative, and zero exponents.
Result
How to use this calculator
- Enter base and exponent.
- Read result.
About this calculator
Exponentiation: b^x means "b multiplied by itself x times" — but extends to fractional, negative, and zero exponents via b^x = e^(x·ln b). Special cases: b^0 = 1, b^(−x) = 1/b^x, b^(1/2) = √b, b^(1/n) = ⁿ√b. JavaScript Math.pow handles all cases. Note: 0^0 is conventionally 1 in combinatorics and discrete math; some calculators return NaN. Negative bases with non-integer exponents are typically NaN in real arithmetic.
Frequently asked
Why is b^0 = 1?+
Negative base with fractional exponent?+
How is non-integer exponent computed?+
Difference from antilogarithm?+
Can I compute negative bases here?+
Related calculators
More tools you might like
Hand-picked tools that pair well with this one — same audience, same intent.
log_b(x) for any base b > 0, b ≠ 1, x > 0. Common bases shown side-by-side.
b^x — the inverse of a logarithm. Given the log value and base, recover the original number.
Convert decimal ↔ scientific notation. Standard form a × 10^b with 1 ≤ |a| < 10.
√n with integer-perfect-square check, simplified surd form, and decimal expansion.
∛n with perfect-cube detection, simplified surd form, and decimal expansion.
Auto-detect and remove empty pages from a PDF — heuristic: pages with zero extractable text and no image XObjects.