Scientific Notation Calculator

Convert any number to scientific notation, or perform arithmetic on two numbers in scientific notation with full precision.

Quick Presets:

Convert to Scientific & Engineering Notation

Notation & Calculation Result

Advertisement
Form: a × 10^n with 1 ≤ a < 10
E-notation: e.g. 1.2e5 = 120000
Arithmetic: Add, subtract, multiply, divide
Use case: Physics, astronomy, very large/small numbers

What is scientific notation?

Scientific notation writes a number as a mantissa between 1 and 10 multiplied by a power of 10. For example 123456789 becomes 1.23456789 × 10⁸, and 0.00005 becomes 5 × 10⁻⁵.

It makes very large and very small numbers readable and easy to compare. The exponent tells you how many places the decimal point moves: positive exponents mean big numbers, negative exponents mean small ones.

Arithmetic with exponents

To multiply, multiply the mantissas and add the exponents. To divide, divide the mantissas and subtract the exponents. Addition and subtraction require matching exponents first.

For example (3.2 × 10⁴) + (1.5 × 10³) = 3.35 × 10⁴. The calculator normalizes every result so the mantissa always stays between 1 and 10.

How to use this calculator

  1. To convert, type a number (plain or E-notation like 1.2e5) and press Convert.
  2. Read the scientific notation, E-notation and digit count.
  3. For arithmetic, enter the mantissa and exponent of A and B.
  4. Pick an operation and press Calculate for the normalized result.

Pro tips

  • E-notation uses the letter e: 1.2e5 means 1.2 × 10⁵.
  • The mantissa of a properly normalized number is always between 1 and 10.
  • Adding numbers with very different exponents gives an answer dominated by the larger exponent.

Advantages & considerations

✅ Advantages

  • Converts between forms instantly
  • Full arithmetic in scientific notation
  • Normalizes results automatically

⚠️ Considerations

  • Displays up to 8 significant digits
  • Extreme exponents may lose precision

Frequently asked questions

What is scientific notation?
A compact way to write numbers as a mantissa times a power of 10, like 1.234 × 10⁸. It is standard in science and engineering.
How do I convert a number to scientific notation?
Move the decimal point until one non-zero digit remains on the left. Count the moves: that count is the exponent (negative if you moved right).
What is E-notation?
E-notation replaces 'times ten to the power' with the letter e: 1.2e5 equals 1.2 × 10⁵ = 120000. It is common in calculators and programming.
How do I multiply numbers in scientific notation?
Multiply the mantissas and add the exponents, then normalize. For example (2 × 10³) × (3 × 10²) = 6 × 10⁵.
Why is scientific notation useful?
It handles astronomically large and tiny numbers without long strings of zeros, prevents errors, and makes comparisons and arithmetic much easier.