Scientific Notation Calculator

Free scientific notation calculator: convert numbers, add/subtract/multiply/divide in scientific notation with step-by-step solutions. E-notation, engineering & standard form output.

Decimal, E-notation (3.45e5), or a × 10^n format. Precision: up to 15 significant digits.

Scientific Notation

2.99792458 × 10⁸

All Formats

Your number expressed in every notation style

Scientific Notation
2.99792458 × 10⁸
a × 10ⁿ format
E-Notation
2.99792458e+8
Computer-friendly format
Engineering Notation
299.792458 × 10⁶
SI prefix: mega
Decimal Form
299792458
Standard number
Word Form
299.8 million
Human-readable scale
Order of Magnitude
10⁸
Power of 10 approximation

Step-by-Step Conversion

How the number was converted

  1. 1

    Input value

    299792458

  2. 2

    Move decimal left

    Move 8 places left to get 2.99792458

  3. 3

    Exponent

    10 raised to 8

  4. 4

    Result

    2.99792458 × 10⁸

What Is Scientific Notation?

The universal shorthand for extreme numbers used in science, engineering, and computing

Scientific notation expresses any number as a × 10n, where the coefficient a satisfies 1 ≤ |a| < 10 and n is an integer exponent. It was developed to handle numbers that are too large or too small to write conveniently in decimal form — from the distance between galaxies to the mass of subatomic particles.

a × 10n where 1 ≤ |a| < 10

Four rules govern the format:

  1. The coefficient must be at least 1 and less than 10 (or exactly zero)
  2. A positive exponent means the number is ≥ 10 — the decimal was shifted left
  3. A negative exponent means the number is between 0 and 1 — the decimal was shifted right
  4. An exponent of zero means the number is already between 1 and 10

How to Convert a Number to Scientific Notation

A clear three-step process with worked examples

1

Move the decimal point

Shift the decimal until you have a number between 1 and 10. This becomes your coefficient.

2

Count the places moved

The number of places becomes the exponent. Left = positive, right = negative.

3

Write in a × 10n form

Combine the coefficient and exponent. Verify: coefficient must be ≥ 1 and < 10.

Worked examples:

345,000

Move decimal 5 places left → 3.45 × 105

0.00067

Move decimal 4 places right → 6.7 × 10−4

Arithmetic in Scientific Notation

Formulas and rules for all four operations

OperationRuleExample
MultiplyMultiply coefficients, add exponents(2×103)×(3×104) = 6×107
DivideDivide coefficients, subtract exponents(9×108)÷(3×105) = 3×103
AddAlign exponents first, then add coefficients(3.2×104)+(5×103) = 3.7×104
SubtractAlign exponents first, then subtract coefficients(5×104)−(2×104) = 3×104

Key rule: After every operation, normalize the result so the coefficient is between 1 and 10. For example, 12.5 × 104 becomes 1.25 × 105.

Scientific vs Engineering vs E-Notation

How the same number looks in each format

DecimalScientificEngineeringE-Notation
299,792,4582.998 × 108299.8 × 106 (mega)2.998e+8
0.0000016021.602 × 10−61.602 × 10−6 (micro)1.602e-6
93,000,0009.3 × 10793 × 106 (mega)9.3e+7

Engineering notation restricts the exponent to multiples of 3, aligning with SI prefixes (kilo, mega, giga, milli, micro, nano). E-notation is the format used by programming languages and spreadsheets.

SI Prefix Quick Reference

The complete scale from yocto (10⁻²⁴) to yotta (10²⁴)

PrefixSymbolFactorExample
teraT10121 TB = 1012 bytes
gigaG1091 GHz = 109 Hz
megaM1061 MW = 106 watts
kilok1031 km = 103 meters
millim10−31 mm = 10−3 meters
microμ10−61 μs = 10−6 seconds
nanon10−91 nm = 10−9 meters
picop10−121 pF = 10−12 farads

Where Is Scientific Notation Used?

Real-world fields that rely on scientific notation every day

Physics & Chemistry

Avogadro's number (6.022 × 1023), Planck's constant (6.626 × 10−34 J·s), and electron charge (1.602 × 10−19 C) would be impossible to write without it.

Astronomy & Space

The distance to the nearest star is 4.0 × 1013 km. The observable universe is about 8.8 × 1026 meters across — numbers that only make sense in scientific notation.

Biology & Medicine

A human body contains approximately 3.7 × 1013 cells. Bacteria are measured at 10−6 meters and viruses at 10−8 meters.

Computing & Data

Programming languages use E-notation (1.5e+8) for floating-point numbers. Storage is measured in terabytes (1012), and transistors operate at nanometer (10−9) scale.

Common Mistakes & Pro Tips

Avoid these pitfalls and learn expert shortcuts

Common Mistakes

Wrong coefficient range: 34.5 × 104 is not valid — the coefficient must be < 10. Correct: 3.45 × 105.

Exponent sign error: Decimal left = positive exponent. Decimal right = negative. Mixing these up is the #1 student mistake.

Forgetting to normalize: After arithmetic, always check the coefficient is between 1 and 10.

Pro Tips

Quick magnitude check: The exponent tells you the order of magnitude. 106 = millions, 109 = billions, 1012 = trillions.

E-notation shortcut: 3.45e5 is not Euler's number — it means 3.45 × 105. Most spreadsheets and languages use this format.

Sig figs clarity: In scientific notation, all digits in the coefficient are significant. 3.0 × 108 has exactly 2 sig figs — no ambiguity.

Precision limit: This calculator uses IEEE-754 double-precision arithmetic, accurate to approximately 15 significant digits. Numbers beyond this range (e.g., 25+ digit integers) will be rounded.

Frequently Asked Questions

Common questions and detailed answers

Embed Scientific Notation Calculator

Add this calculator to your website or blog for free.

Last updated Apr 5, 2026