Exponent Calculator — Base and Power
CalculatorAn exponent calculator finds aⁿ, the value of multiplying a base by itself a specified number of times.
What is it
Exponentiation repeats multiplication of the base. For example, 2 to the 10th power is 2 multiplied 10 times, which equals 1024.
aⁿ = a × a × ... × a (n times)
How to use
- 1Enter the base.
- 2Enter the exponent.
- 3Press calculate to see the power result.
Reference
| Base | Exponent | Result |
|---|---|---|
| 2 | 10 | 1024 |
| 5 | 3 | 125 |
Sources & standards
- MDN Web Docs: Client-side web APIs - MDN Web Docs
FAQ
What is 2 to the 10th power?
2 multiplied 10 times equals 1024.
Is exponent calculator input sent to a server?
No. This tool runs in your browser and does not send input to a server.