Calculator Precision: Significant Figures, Rounding, and Floating-Point Reality

Separate measurement precision from machine precision and report calculator results honestly.

01

Displayed digits are not measured knowledge

A calculator may display many digits, but experimental inputs do not suddenly become more precise after arithmetic. Significant figures communicate the resolution and uncertainty carried by measurements.

Exact counts and defined conversion factors do not constrain significant figures in the same way measured quantities do.

Formulareported precision ≤ precision supported by the inputs
02

Two common reporting rules

For multiplication and division, introductory courses commonly match the result to the operand with the fewest significant figures. For addition and subtraction, they match the least precise decimal place.

These rules approximate uncertainty propagation; advanced experimental work should propagate stated uncertainties directly.

Worked check

12.1 × 3.42 = 41.382, reported as 41.4 because 12.1 has three significant figures.

03

Round once, at the end

Prematurely rounding every intermediate result can accumulate avoidable error. Carry guard digits through the calculation and round the final reported quantity.

Write very large or small results in scientific notation so both magnitude and significant figures are explicit.

Formula0.0001200 = 1.200 × 10⁻⁴ (four significant figures)
04

Binary floating point has limits

Browser calculators normally use IEEE 754 binary floating-point arithmetic. Many decimal fractions, including 0.1, do not have finite binary representations, so tiny representation differences can appear.

Formatting hides irrelevant machine noise but cannot repair an unstable formula, invalid input, or poor measurement. Estimate the expected magnitude and preserve the original data.

Calculate it yourself

Use the connected STEM Hub tool

Enter your own values while keeping the relevant formula, units, assumptions, and examples in view.

Scientific calculator

References

Sources were selected for their authority and direct relevance to the equations discussed. Links open the original publisher.

  1. SI Units and measurement resourcesNIST
  2. IEEE 754 floating-point arithmeticIEEE Standards Association

Educational article, not professional advice. Editorial policy · Calculation methodology