Rounding Calculator
Round a Number
Result
Rounding should be the easy part—until a lab report wants three significant figures, finance wants two decimal places, and your spreadsheet uses a different tie rule. I have re-done the same column three times because I mixed those modes. This page separates decimal-place rounding from sig-fig rounding and lets you pick the boundary rule explicitly.
How to Use This Rounding Calculator
- Enter the number to round. Decimals and negatives are fine—123.456, 0.00789, or −2.5.
- Choose Rounding Mode. Decimal Places counts relative to the decimal point; Significant Figures counts meaningful digits from the first non-zero.
- Set accuracy. For decimal places, 2 means hundredths, 0 means nearest integer, −1 means nearest ten. For sig figs, enter a positive whole number (1–20).
- Pick a Rounding Rule. Standard (half up) for school math; Ceiling for conservative maximum estimates; Floor for conservative minimums.
- Press Round. The primary line shows the formatted result; the secondary line restates what rule and target you applied.
After rounding, verify proportions with the Ratio Calculator or run broader arithmetic in the Scientific Calculator.
Rounding Formulas and Practical Applications
Rounding is controlled trimming: keep the digits that matter for your audience and drop the rest using a agreed tie-breaking rule—like snapping a tape measure to the nearest marked tick.
Decimal places
12.345 to 2 decimal places → look at the third decimal (5), round up → 12.35. Negative decimal places shift left: 152 to −2 places (nearest hundred) → 200. The tool accepts whole-number accuracy from −20 through 20.
Significant figures
0.005432 to 2 sig figs → 0.0054. Leading zeros after the decimal are not significant; embedded zeros (5.05) and trailing zeros in decimals (5.50) are. Very large or small results may display in scientific-style notation after sig-fig rounding.
Rounding rules compared
- Standard (half up): 2.5 → 3, −2.5 → −2—the rule most US classrooms teach.
- Ceiling: always toward +∞—2.1 → 3, −2.9 → −2. Useful when rounding up protects a budget cap.
- Floor: always toward −∞—2.9 → 2, −2.1 → −3. Useful when rounding down protects a minimum inventory count.
Switching modes updates the label under the accuracy field automatically—decimal places versus significant figures use different counting rules, and mixing them up is the mistake I see most often on lab reports. Sig fig mode rejects zero or negative counts; decimal mode accepts negative place values for tens, hundreds, and thousands rounding.
Example walkthrough: 0.00789 rounded to 2 sig figs → 0.0079. The leading zeros after the decimal are placeholders, not counted; the 7 and 8 are the first two meaningful digits. Compare that to 2 decimal places on the same number → 0.01—a different question entirely.
Negative inputs round toward the rule you pick: half-up on −2.5 yields −2 under standard mode, but floor sends −2.1 to −3. Financial models sometimes mandate ceiling on costs and floor on revenue—pick the rule before you debate the last digit.
After rounding, chain into other tools: a rounded rate can feed the Percentage Calculator, or a trimmed measurement can drop into the Percent Error Calculator as your observed value.
Whole-number accuracy is required for both modes—enter 2, not 2.0, for two decimal places. Out-of-range requests (−21 decimal places or 21 sig figs) return a validation message instead of a silent wrong answer.
Trailing zeros in the output may appear when fixed decimal formatting applies—compare against the unrounded input in the secondary line to see which rule fired. That subtitle is your audit trail when a teammate asks why 2.005 became 2.01 instead of 2.00.
Frequently Asked Questions
The secondary result line restates the rule and target in plain language—use it to confirm you picked decimal places when you meant sig figs, or half-up when you meant ceiling. Lab reports often specify both precision (sig figs) and rounding rule; this page lets you set both explicitly instead of guessing from a generic calculator mode.
What are the rules of rounding?
Half-up: inspect the first dropped digit—5 or higher bumps the target digit up; 4 or lower leaves it. Ceiling and floor ignore the 5 rule and always move toward positive or negative infinity respectively.
What is the difference between decimal places and significant figures?
Decimal places count only after the point. Sig figs count measurement precision across the whole number. 0.0034 has four decimal places but two significant figures.
Can you round to negative decimal places?
Yes. −1 rounds to tens, −2 to hundreds, −3 to thousands. Handy for rough order-of-magnitude reporting without typing extra zeros yourself.
Is banker's rounding supported?
No—round-half-to-even is not implemented. Default is half-up. Specialized statistics packages handle banker's rounding if your field requires it.
What are the input limits for places and sig figs?
Decimal places must be integers from −20 to 20. Significant figures must be positive integers up to 20. Non-whole accuracy values trigger a clear validation error.
Disclaimer. RapidRatio is informational only—not accounting policy or regulatory rounding guidance. Confirm rules with your standard or auditor.