Premium Converters
Loading
Loading
Loading
Raise any base to any exponent — positive, negative, fractional, or decimal — to compute powers, reciprocals, and nth roots for compound interest, scientific notation, and computing.
Math
Generated on May 23, 2026
Raise any base to any exponent — positive, negative, fractional, or decimal — to compute powers, reciprocals, and nth roots for compound interest, scientific notation, and computing.
An exponent calculator computes a raised to the power b for any base a and any exponent b — integer, negative, or decimal. Exponents are fundamental to mathematics, science, engineering, and finance. They describe compound growth (money, populations, viral spread), scientific notation (10⁹ for a billion), decay (radioactive half-life), and computer science (binary sizes).
Formula
a^b. If b is a positive integer, it's repeated multiplication. a^0 = 1. a^(−b) = 1 / a^b. a^(1/n) is the n-th root of a. a^(p/q) = (a^p)^(1/q).Compound interest scenario: you're trying to figure out what 5 percent annual growth does to your savings over 20 years. That's 1.05^20, which is about 2.65 — your money roughly two-and-a-half-x's. Or computer science scenario: 2^10 = 1024 (one kibibyte), 2^20 = 1,048,576 (one mebibyte), 2^30 = 1.07 billion (one gibibyte). These powers of 2 are everywhere in computing, from memory sizing to algorithm complexity to IP address space. Exponents are the math that describes 'multiplied by itself n times,' but they extend gracefully to negative exponents (reciprocals), fractional exponents (roots), and even irrational exponents like e or π. The exponent laws — a^b × a^c = a^(b+c), (a^b)^c = a^(b×c), a^(−b) = 1/a^b — keep everything consistent across all these cases. Here's the practical insight people miss: linear intuition fails for exponential growth. If a virus doubles every day and 1 percent of a city is infected today, you might think 'oh, we have a few weeks.' But 0.01 × 2^7 = 1.28, so the whole city is infected in just one week. This is the math behind pandemic projections, viral content spreading, and the Rule of 72 in finance (years to double = 72 / interest rate). Worth respecting.
An exponent calculator computes a raised to the power b for any base a and any exponent b — integer, negative, or decimal. Exponents are fundamental to mathematics, science, engineering, and finance. They describe compound growth (money, populations, viral spread), scientific notation (10⁹ for a billion), decay (radioactive half-life), and computer science (binary sizes). Understanding exponents is essential anywhere a quantity is repeatedly multiplied by a constant factor, and this tool handles the computation regardless of whether the exponent is a whole number, a fraction (root), or a negative (reciprocal).
Exponentiation generalizes repeated multiplication. Integer exponents multiply the base by itself that many times; fractional exponents represent roots (a^(1/2) is the square root); negative exponents flip to the reciprocal. All three cases follow from the laws of exponents, especially a^b × a^c = a^(b+c) and (a^b)^c = a^(b×c). These rules keep the algebra consistent across all real exponents, even irrational ones like π.
Values of 2^n, 3^n, 10^n, and e^n for common exponents. Essential for computer science, scientific notation, and compound-interest math.
| n | 2^n | 3^n | 10^n | e^n (approx) |
|---|---|---|---|---|
| 0 | 1 | 1 | 1 | 1.00 |
| 1 | 2 | 3 | 10 | 2.72 |
| 2 | 4 | 9 | 100 | 7.39 |
| 3 | 8 | 27 | 1,000 | 20.09 |
| 4 | 16 | 81 | 10,000 | 54.60 |
| 5 | 32 | 243 | 100,000 | 148.41 |
| 6 | 64 | 729 | 1,000,000 | 403.43 |
| 8 | 256 | 6,561 | 10^8 | 2,981 |
| 10 | 1,024 (1 KiB) | 59,049 | 10 billion | 22,026 |
| 16 | 65,536 | 43 million | 10^16 | 8.9 million |
| 20 | 1,048,576 (1 MiB) | 3.5 billion | 10^20 | 485 million |
| 32 | 4.3 billion | — | 10^32 | 7.9 × 10^13 |
2^10 = 1,024 = 1 KiB — the foundational unit of binary storage.
2^32 ≈ 4.3 billion — the max value of a 32-bit unsigned integer (and the old IPv4 address limit).
10^100 = 1 googol — the namesake of Google (misspelled on purpose).
Compound growth: (1 + 0.05)^20 ≈ 2.65 — money doubles ~every 14.4 years at 5% interest (Rule of 72 / 5 ≈ 14.4).
2^10 = 1024 — the classic computing number (1 KiB = 1024 bytes = 2^10).
10^3 = 1000 — the meaning of 'kilo' in the metric system.
2^(−3) = 1/8 = 0.125 — negative exponent flips to a reciprocal.
8^(1/3) = 2 — the cube root of 8, a fractional exponent in action.
(1 + 0.05)^20 ≈ 2.6533 — the factor by which money grows in 20 years at 5% annual compound interest.
e^x is the exponential function that describes continuous growth — central to calculus and probability theory.
Jump to a ready-made conversion — useful for quick reference and sharing:
GPA Calculator
Calculate your semester or cumulative Grade Point Average on the 4.0 scale, weighted by credit hours, with support for both weighted and unweighted grading systems.
Grade Calculator
Calculate your final grade from weighted categories like tests, homework, and exams.
Student Result Card Calculator
Subject-wise marks, grades, and a printable school result card — ideal for small schools and parents.
Fraction Calculator
Add, subtract, multiply, and divide proper, improper, and mixed fractions with automatic reduction to lowest terms and decimal equivalents for cooking, carpentry, and homework.
Ratio Calculator
Simplify ratios to lowest terms using GCD and solve proportions like a:b = c:x for any missing value — useful for recipes, map scales, aspect ratios, and mixing ingredients.
Average Calculator
Compute the arithmetic mean, median, mode, range, count, sum, minimum, and maximum from any list of numbers — essential for descriptive statistics, surveys, and grading.
LCM / GCD Calculator
Find the LCM and GCD (HCF) of two or more integers using the Euclidean algorithm — useful for simplifying fractions, finding common denominators, and scheduling repeating events.
Prime Number Checker
Test whether any integer is a prime number using trial division up to its square root, and view the complete unique prime factorization for composite numbers.
Browse all Math calculators & converters
See every tool in this category, plus FAQs and category-specific guides.