Scientific notation writes a number as one digit, a decimal point, and a power of ten. The compactness is convenient, but it is not the reason the notation exists. The reason is that 1200 is ambiguous. It might be two significant figures, or three, or four — the written form cannot say, because the...
1200 might be two significant figures, or three, or four. Written plainly there is no way to tell, and that ambiguity is the actual reason scientific notation exists — 1.2 × 10³ is unmistakably two, and 1.200 × 10³ is four. This page keeps every digit you type rather than parsing to a decimal, so a trailing zero survives instead of quietly disappearing.
SCIENTIFIC NOTATION
2.99792458 × 108
9 significant figures, and standard form shows all of them.
E NOTATION
2.99792458e8
what calculators and code use
ENGINEERING
299.792458 × 10^6
the mega range
WRITTEN OUT
299,792,458
every digit, no exponent
SIGNIFICANT FIGURES
9
unambiguous
WHAT IS HAPPENING
The exponent is a count, not a size. It records how many places the point moved to leave exactly one non-zero digit in front. Moving left gives a positive exponent and moving right a negative one, which is why a negative exponent means a small number rather than a negative one.
Read from your digits directly · no floating point anywhere
Type the number exactly as you have it, including any trailing zeros. Those zeros carry the precision, and this page keeps them rather than parsing them away.
Read the significant figure count alongside the answer. If it comes back as a range, the number is ambiguous as written and standard form is what resolves it.
Switch to arithmetic for calculations. The page applies the correct rounding rule for the operation and shows you what the other rule would have given, since mixing them up is the usual error.
Use engineering notation when the answer needs a unit prefix. Its exponent is always a multiple of three, which is exactly how kilo, mega, milli and micro are spaced.
| Rule | Formula | What it is for |
|---|---|---|
| Standard form | a × 10ⁿ with 1 ≤ |a| < 10 | Exactly one non-zero digit before the point. This is what makes it standard. |
| Moving the point | left n places → ×10ⁿ; right → ×10⁻ⁿ | The exponent counts the moves. Bigger number, bigger exponent. |
| E notation | 1.5e3 means 1.5 × 10³ | What calculators and code use. The e is not Euler’s number. |
| Engineering form | exponent a multiple of 3 | Matches the SI prefixes, so 45,000 is 45 × 10³ — forty-five kilo-something. |
| Multiply | (a×10ᵐ)(b×10ⁿ) = ab × 10ᵐ⁺ⁿ | Multiply the fronts, add the exponents, then renormalise if needed. |
| Divide | (a×10ᵐ)÷(b×10ⁿ) = a/b × 10ᵐ⁻ⁿ | Divide the fronts, subtract the exponents. |
| Add or subtract | match the exponents first | You cannot add the fronts directly. 1.5×10³ + 2.0×10² needs converting first. |
| Sig figs: × ÷ | keep the fewest significant figures | Three sig figs times two sig figs gives two. |
| Sig figs: + − | keep the fewest decimal places | A different rule. Using the sig-fig one here discards measured digits. |
| Leading zeros | never significant | 0.00123 has three. They only locate the point. |
| Trailing zeros | significant after a decimal point | 1.200 has four. Without a point, 1200 is ambiguous. |
| Zero itself | has no standard form | No choice of exponent gives a mantissa between 1 and 10. |
| Negatives | the sign sits on the mantissa | −1.5 × 10³. A negative exponent means small, not negative. |
| Order of magnitude | the exponent alone | Two numbers three exponents apart differ by a factor of a thousand. |
24 Times Table
Calculate instantly →
Quadratic Equation Solver
Calculate instantly →
Logarithm Calculator
Calculate instantly →
Fraction Calculator
Calculate instantly →
Fraction Simplifier
Calculate instantly →
Linear Equation Solver
Calculate instantly →
25 Times Table
Calculate instantly →
26 Times Table
Calculate instantly →
27 Times Table
Calculate instantly →
Simultaneous Equations Solver (2×2)
Calculate instantly →
28 Times Table
Calculate instantly →
Exponent Calculator
Calculate instantly →
29 Times Table
Calculate instantly →
30 Times Table
Calculate instantly →
Times Tables Mega Calculator
Calculate instantly →
Square Root of 10
Calculate instantly →
Square Root of 1
Calculate instantly →
Square Root Mega
Calculate instantly →
Square Root of 2
Calculate instantly →
23 Times Table
Calculate instantly →
Last updated: August 4, 2026 · Every digit you type is kept — no parseFloat anywhere · Multiply keeps the fewest significant figures; add keeps the fewest decimal places.