Calculate any base raised to any power, including negative and fractional exponents.
| Input | Result |
|---|---|
| 2^10 | 1024 |
| 5^3 | 125 |
| 9^0.5 | 3 (square root) |
| 2^−2 | 0.25 |
It means a reciprocal: 2^−2 = 1 / (2²) = 0.25.
A fractional exponent is a root: x^(1/2) is the square root of x, x^(1/3) the cube root.
Any non-zero number to the power 0 equals 1.