Scientific Notation on Calculators
Scientific notation writes a number as a coefficient times a power of ten — 3.2 × 10⁸ instead of 320,000,000. Calculators switch to scientific notation automatically when a number is too large or small to fit the display. Learning to enter and read it is essential past secondary school.
How scientific notation works
A number in scientific notation has two parts: a coefficient between 1 and 10 (not including 10), and an exponent of 10. 320,000,000 = 3.2 × 10⁸. The exponent counts how many places to move the decimal point. Positive exponents mean large numbers (move right); negative exponents mean small numbers (move left). 0.000045 = 4.5 × 10⁻⁵.
How calculators display it
Most calculators show scientific notation as '3.2E8' or '3.2 × 10⁸'. The E (or EE) means 'times ten to the power of'. So 3.2E8 = 3.2 × 10⁸ = 320,000,000. Negative exponents look like 4.5E−5 = 0.000045. Online calculators may use cleaner formatting like 3.2×10⁸ with the superscript.
Entering scientific notation
Use the EE or ×10ˣ key. Type the coefficient (3.2), press EE, type the exponent (8). The display shows 3.2E8 = 320,000,000 when you press equals. For negative exponents, press the minus (or ±) sign after EE. Some calculators require you to enter the coefficient × 10 ^ exponent literally — 3.2 × 10 ^ 8 = — but the EE shortcut is faster.
Reading large and small numbers
When the result is bigger than about 10¹⁰ or smaller than about 10⁻⁹, most calculators auto-switch to scientific notation. 100! ≈ 9.33 × 10¹⁵⁷ — a 158-digit number, impossible to display in standard decimal. Avogadro's number ≈ 6.022 × 10²³. The mass of an electron ≈ 9.109 × 10⁻³¹ kg. Scientific notation is the only practical way to write these.
Engineering notation
A variant where the exponent is always a multiple of 3 (so the coefficient sits between 1 and 1000). 320,000,000 in engineering notation is 320 × 10⁶ — three digits before the exponent. Used in electronics, where prefixes like kilo (10³), mega (10⁶), giga (10⁹), and nano (10⁻⁹) match exponent steps. The ENG key on most calculators toggles to this mode.
Converting between forms
Most calculators have a 'NORM' or 'FORMAT' setting that controls when to switch between scientific and decimal display. NORM 1 uses scientific for very small numbers; NORM 2 keeps decimal display for a wider range. The setting affects display only — internal precision is identical. Try both and pick the one that matches your habits.
Frequently asked questions
What does the E in 3.2E8 mean?
The E stands for 'times ten to the power of'. So 3.2E8 = 3.2 × 10⁸ = 320,000,000. Some calculators display the same thing as 3.2 × 10⁸ with a superscript. The E notation is shorthand to fit narrow displays.
How do I type 6.022 × 10²³ on a calculator?
Type 6.022, press EE (or ×10ˣ), type 23. The display shows 6.022E23. When you press equals, the calculator stores the value at full precision. Without the EE key, you would type 6.022 × 10 ^ 23 — same result, more keystrokes.
What's the difference between scientific and engineering notation?
Scientific notation keeps the coefficient between 1 and 10. Engineering notation keeps the exponent a multiple of 3, with the coefficient between 1 and 1000. So 320,000,000 is 3.2 × 10⁸ in scientific, 320 × 10⁶ in engineering. Engineering matches the kilo/mega/giga prefix system used in electronics.
Why does my calculator show 1E−10 when I expect zero?
Floating-point arithmetic produces tiny non-zero values from operations that should give exactly zero. cos(90°) might return 6E−17 instead of 0. The error comes from internal rounding. For most practical work, treat any result smaller than about 10⁻¹⁰ as zero. Some calculators round these to zero automatically.
How do I switch scientific notation off?
Find the FORMAT, MODE, or NORM setting in the SETUP menu. NORM 1 uses scientific display more aggressively; NORM 2 uses decimal display for a wider range. The choice is display-only — the calculator's internal precision does not change. Pick the mode that matches the work you do most often.