Significant figures are not just a matter of counting digits. They communicate which parts of a measured value carry meaningful precision. This page separates two common tasks: count the significant figures in an input string, or perform addition, subtraction, multiplication, or division and apply the page's classroom-style precision rule.
It is useful for laboratory classes, chemistry and physics homework, engineering fundamentals, programming checks, and learning sig-fig conventions. If you need to round a value to a target number of significant figures, use a dedicated tool that explicitly supports that mode; this page does not offer target-sig-fig rounding, expression parsing, or uncertainty propagation. You can also use the rounding calculator for decimal-place rounding, the decimal-fraction converter for representation changes, or the scientific calculator for further scientific-notation work.
0.00450, 1200, or a scientific-notation value.The page has two modes:
Count Significant Figures (count) takes one number, counts its significant digits, and echoes the original text.Perform Operation (operation) takes two numbers and one of addition, subtraction, multiplication, or division, then shows a numeric result and a precision cue.It supports significant-figure counting and four-operation arithmetic; it does not include a separate round-to-target-sig-figures mode.
Non-zero digits and interior zeros count; placeholder zeros before the first non-zero digit do not; decimal trailing zeros count, while integer trailing zeros without a decimal point are treated as non-significant by the current page.
Count mode reads the coefficient, so 6.022e23 has 4 significant figures. Operation mode uses ordinary decimal-place text for its precision rule, so scientific notation is not a reliable precision declaration there.
Addition and subtraction use the smaller number of decimal places, while multiplication and division use the smaller significant-figure count.
It does in count mode. In addition and subtraction cases it behaves more like a decimal-place precision cue, so read it with the explanation and displayed result.
Count significant figures and apply decimal-place or sig-fig rules to addition, subtraction, multiplication, and division.