{{ summaryHeading }}
{{ primaryDisplay }}
{{ summaryLine }}
{{ countBadge }} {{ notationBadge }} {{ ambiguityBadge }} {{ roundingBadge }}
Significant figures inputs
Use decimal or scientific notation, such as 0.004500, 750., or 1.230e-4.
Choose the significant-figure target for the preview and error curve.
sig figs
Conventional mode treats plain trailing integer zeros as placeholders; measured mode counts them.
This changes display format only; the count and rounding target stay the same.
Use 4-15 rows; this affects only the exportable rounding plan.
rows
Check Value Readout Copy
{{ row.check }} {{ row.value }} {{ row.readout }}
Token Place Role Counted Rule Copy
{{ row.token }} {{ row.place }} {{ row.role }} {{ row.counted }} {{ row.rule }}
Sig figs Rounded value Absolute error Relative error Readout Copy
{{ row.sigFigs }} {{ row.roundedValue }} {{ row.absoluteError }} {{ row.relativeError }} {{ row.readout }}
The rounding error curve needs a nonzero numeric value that fits browser number range.

        
Customize
Advanced
:

Introduction

A written number carries two messages at once: its size and the precision being claimed. The values 12.3 g and 12.30 g are close in magnitude, but they do not say the same thing. The extra zero in 12.30 g tells a reader that the value was reported to the hundredths place.

Significant figures are the digits that belong to that precision claim. They matter in lab notes, homework, conversions, instrument readouts, and reports because a final answer should not imply more certainty than the measurements support. Too many digits can make a result look more exact than it is. Too few digits can throw away useful information after a unit conversion or a rounding step.

Accuracy
How close a measurement is to the accepted or intended value.
Precision
How finely the measurement is reported, usually tied to the smallest marked or displayed increment.
Significant figure
A written digit that communicates measured or intentional precision.

Zeros cause most counting mistakes. Leading zeros before the first nonzero digit set the scale of a small number and do not count. Zeros between nonzero digits do count because they are part of the measured value. Trailing zeros after a decimal point normally count, while trailing zeros in a plain integer can be ambiguous unless a decimal point, scientific notation, an uncertainty statement, or a course convention explains them.

Diagram comparing leading zeros, counted digits, ambiguous trailing zeros, and scientific notation scale.
Examples of written numbers and their precision signals
Written number Precision signal Common caution
0.004500 Four significant figures: 4, 5, 0, and 0. The zeros before 4 are scale markers, not measured digits.
750 Usually read as two significant figures in classroom convention. The final zero may be measured or may only hold the ones place.
750. Often read as three significant figures because the decimal point is explicit. Some style guides prefer scientific notation for clearer reporting.
7.50e2 Three coefficient digits are significant; the exponent changes scale. The exponent is not part of the significant-figure count.

Significant figures are a reporting convention, not proof that a measurement is correct. A faulty instrument can still produce a neatly written number, and an exact counted value can ignore significant-figure limits in a calculation. Treat the count as a clue about reported precision, then check the measurement source, units, and rounding policy before using the number in formal work.

How to Use This Tool:

  1. Enter one number exactly as written in the Number text field. Decimal notation, scientific notation, and common x10^ exponent forms are accepted.
  2. Set Round to to the significant-figure target for the preview. The value is clamped from 1 to 15.
  3. Open Advanced when a plain integer ends in zero. Choose whether Integer trailing zeros should stay conventional placeholders or count as measured zeros.
  4. Choose Rounded format only when the display form matters. Automatic output uses decimal notation when it can show the requested precision clearly and scientific notation when decimal form would be unclear.
  5. Adjust Plan depth when you need more or fewer rows in Rounding Plan, then compare Figure Audit, Digit Ledger, and Rounding Error Curve before copying a result.

If the input is rejected, simplify it to one signed number without units or words. Use 1.230e-4 for scientific notation, 750. when the trailing zero is meant to count, or the measured-zero option when a plain integer zero should be included by convention.

Interpreting Results:

The headline count gives the number of significant figures under the selected zero rule. The summary badges identify the notation form, unresolved trailing-zero ambiguity, and the active rounding preview. When a badge warns that trailing zeros are ambiguous, the written token alone is not enough to prove the writer's intended precision.

The most useful verification check is the digit ledger. It labels every digit as a leading zero, significant digit, significant zero, placeholder zero, or exponent. Use that table when a result seems surprising because it shows the rule applied to each written character, not only the final count.

How to read significant figures result sections
Result area What it confirms Verification cue
Figure Audit Input token, significant-figure count, first and last significant places, scientific form, and integer-zero convention. Check this first when 750, 1200, or another plain integer ends in zero.
Digit Ledger The role and counted status of each digit, including exponent text for scientific notation. Use the rule text to explain why a zero was counted or ignored.
Rounding Plan Rounded values from several significant-figure targets, with absolute and relative error when numeric comparison is meaningful. Watch for carries such as 9.995 to three significant figures becoming 10.0.
Rounding Error Curve How relative rounding error changes as more significant figures are retained. Do not use relative error for a zero original value; the chart needs a nonzero numeric value.

Rounded previews are aids for checking format and precision loss. They do not replace a lab manual, metrology policy, or instructor rule for exact constants, guard digits, uncertainty notation, or exact halfway rounding cases. If a formal rule conflicts with the preview, follow the rule required for the assignment or report.

Technical Details:

A significant-figure count begins with the first nonzero digit in the written coefficient and continues through the last digit that the notation marks as significant. The exponent in scientific notation changes the power of ten attached to the coefficient, but it does not add measured digits. That is why 1.230e-4 has four significant figures even though the decimal value is 0.0001230.

Decimal markers and exponent notation resolve many zero questions. A trailing zero after a decimal point is normally a precision marker. A trailing zero in a plain integer is harder to interpret because 1200 could mean a value rounded to the hundreds place, the tens place, the ones place, or a measured value that simply was not written with a decimal point.

Rule Core:

Significant-figure counting rules for written digits
Digit case Counted? Reason
Nonzero digit Yes It carries measured or reported numerical information.
Leading zero before the first nonzero digit No It places the decimal point for small values.
Zero between counted digits Yes It is part of the written value between significant digits.
Trailing zero after a decimal point or in a coefficient Yes The written form preserves the zero as a precision marker.
Trailing zero in a plain integer Depends on convention Conventional mode treats it as a placeholder; measured-zero mode counts it.
Exponent digits No They scale the number by a power of ten but do not state measurement precision.

Formula Core:

After the first and last significant digit positions are identified, the count is the inclusive distance between those positions. If no nonzero digit exists, the written token alone does not establish a nonzero significant digit.

n sig = max ( 0 , i last - i first + 1 )

Here ifirst is the first nonzero coefficient digit, and ilast is the last digit counted by the zero rule. For 0.004500, the first counted digit is 4 and the last counted digit is the final 0, giving four significant figures.

Rounding Mechanics:

Rounding to a target number of significant figures keeps the requested count of digits from the first nonzero digit, checks the next dropped digit, and increments the retained digits when that next digit is 5 or greater. A carry can increase the leading power of ten, so 9.995 rounded to three significant figures becomes 10.0, not 9.99.

relative error % = | x rounded - x | | x | × 100

The absolute error is the plain distance between the rounded value and the original numeric value. Relative error divides that distance by the original nonzero value, so it is omitted for zero-only inputs. Formal metrology and some standards use round-to-even handling for exact halfway cases; the preview here uses the common classroom 5-or-greater rule.

Accepted Number Forms:

Accepted significant figures input forms
Form Accepted example Important detail
Plain decimal -0.004500 The sign is ignored for the count, while the written zeros still matter.
Trailing decimal point 750. The decimal point marks the final zero as significant.
Scientific notation 1.230e-4 The coefficient supplies the counted digits; the exponent supplies scale.
Multiplication notation 1.230x10^-4 Common x10^ forms are read as scientific notation.
Grouped digits 1,200 or 1_200 Separators are ignored before the digit roles are evaluated.

Accuracy and Learning Notes:

Significant figures describe how a value is reported. They do not show instrument calibration, sampling error, bias, or whether the original measurement was made correctly. For serious lab work, pair the count with uncertainty, instrument resolution, units, and the rounding rule required by the course or standard.

Exact counted values and defined constants are special. A count of 12 samples, or a defined conversion such as 100 cm in 1 m, may not limit significant figures the same way a measured value does. When a calculation mixes measured values and exact values, let the measured values set the reporting precision.

Worked Examples:

Small Decimal:

0.004500 has four significant figures. The zeros before 4 only locate the decimal place. The 4 and 5 count, and the two zeros after 5 count because they are written after the decimal point.

Plain Integer With a Trailing Zero:

750 has two significant figures in conventional mode because the final zero is treated as a placeholder. With measured-zero mode selected, all three digits count. Writing 750. or 7.50e2 also makes the three-figure intent clear.

Scientific Notation:

1.230e-4 has four significant figures. The coefficient 1.230 supplies the significant digits, while e-4 moves the value to 0.0001230.

Rounding Carry:

9.995 rounded to three significant figures becomes 10.0. The dropped 5 increments the retained 999, the carry shifts the leading place, and the final zero remains visible so the rounded value still shows three significant figures.

FAQ:

Do leading zeros ever count?

No. In a value such as 0.0025, the zeros before 2 show scale. They do not express measured precision.

Why does 750. count differently from 750?

The decimal point signals that the trailing zero was intentionally written as part of the measured value. Without that marker, many classroom conventions treat the zero as ambiguous.

Why can a zero-only value show zero significant figures?

A token such as 0 does not state how precisely zero was measured. A report may need 0.00, an uncertainty statement, or an instrument resolution note to communicate precision.

Should final answers use scientific notation?

Scientific notation is often clearer when a decimal would hide counted zeros or create ambiguity. It is especially useful for large plain integers and very small decimal values.

What should I do if the result disagrees with a class rule?

Use the class rule for graded work. Significant-figure conventions are mostly consistent, but exact constants, guard digits, uncertainty notation, and halfway rounding policies can differ by course or standard.

Glossary:

Coefficient
The written number multiplied by a power of ten in scientific notation, such as 1.230 in 1.230e-4.
Leading zero
A zero before the first nonzero digit. It sets scale and does not count as significant.
Placeholder zero
A zero used to hold place value without clearly expressing measured precision.
Significant zero
A zero that is counted because its position or notation shows it belongs to the reported precision.
Relative error
Rounding error expressed as a percentage of the original nonzero value.

References: