Scientific Notation Calculator
Free online Scientific Notation Calculator with step-by-step solutions. Convert between decimal, scientific, E, and engineering notation instantly. 100% client-side, no data upload.
Recent Calculations
Scientific Notation Calculator
⚡ Scientific notation is a way of expressing numbers that are too large or too small to be conveniently written in decimal form. It is written as \(b \times 10^n\), where \(b\) is the significand and \(n\) is the exponent.
- Addition/Subtraction: Convert to same power of 10, then add/subtract significands: \(a \times 10^n + b \times 10^n = (a + b) \times 10^n\)
- Multiplication: Multiply significands, add exponents: \((a \times 10^n) \times (b \times 10^m) = (a \times b) \times 10^{n+m}\)
- Division: Divide significands, subtract exponents: \((a \times 10^n) \div (b \times 10^m) = (a \div b) \times 10^{n-m}\)
- Power: Raise significand to power, multiply exponent: \((a \times 10^n)^m = a^m \times 10^{n \cdot m}\)
- Archimedes (c. 250 BC) — used a form of scientific notation in The Sand Reckoner.
- René Descartes (1637) — introduced modern exponent notation.
- John Wallis (1655) — first used negative exponents.
- Isaac Newton (1669) — used scientific notation in the binomial theorem.
- Simon Newcomb (1870s) — advocated for scientific notation in astronomy and physics.
- Astronomy — distances to stars, mass of planets.
- Physics — particle masses, Planck's constant, speed of light.
- Chemistry — Avogadro's number, molar masses.
- Engineering — circuit values, signal amplitudes.
- Computer science — floating-point representation, data sizes.
Frequently Asked Questions
Got questions about scientific notation? We've got answers.
What is scientific notation?
Scientific notation expresses numbers as b × 10ⁿ, where 1 ≤ |b| < 10 and n is an integer. It simplifies working with very large or very small numbers.
What is the difference between scientific and engineering notation?
Engineering notation restricts the exponent to multiples of 3 (like 10³, 10⁶, 10⁻³), aligning with SI prefixes (kilo, mega, milli).
What is E-notation?
E-notation replaces '× 10' with 'E', e.g. 3.2E5 = 3.2 × 10⁵. It is commonly used in programming and calculators.
How do I use the arithmetic panel?
Enter the coefficient and exponent for X and Y, set your desired precision, and click an operation button (+, −, ×, /, ^, √, ²).
Is this calculator private?
Yes. All calculations run locally in your browser. No data is transmitted or stored on any server.