Calculate any base raised to any power. Handles negative exponents, fractional exponents, and scientific notation output.
Examples:
result
| Expression | 2^10 |
| Result | 1024 |
| Scientific Notation | 1.024000e+3 |
| Reciprocal (2^-10) | 0.000976563 |
| log₁₀(result) | 3.0103 |
Tips: Use negative exponents for fractions (2^-3 = 0.125). Fractional exponents for roots (4^0.5 = 2).
Instant delivery · No spam · Unsubscribe anytime
No spam, ever. We only email you about topics you care about. Unsubscribe anytime.
bⁿ = b × b × b... (n times)
b⁻ⁿ = 1 ÷ bⁿ
b^(p/q) = (ᵠ√b)ᵖ
An exponent tells how many times to multiply the base by itself. 2³ = 2 × 2 × 2 = 8. The base is 2, exponent is 3.
A negative exponent means the reciprocal. 2⁻³ = 1/2³ = 1/8 = 0.125.
A fractional exponent is a root. x^(1/2) = √x. x^(1/3) = ∛x. x^(2/3) = (∛x)².
Any non-zero number raised to the power of 0 equals 1. 5⁰ = 1, 100⁰ = 1.
Calculations are for educational purposes only. Consult a qualified financial advisor for personalized advice.