Rounding Calculator

Round any number to decimal places, whole numbers, or the nearest multiple.

What the Rounding Calculator does

Rounding replaces a number with a nearby simpler one. This calculator uses round-half-away-from-zero, the convention taught in schools and used in most financial reporting, and also shows ceiling, floor and truncation.

Formula

  • Round to n d.p.: ⌊x × 10ⁿ + 0.5⌋ ÷ 10ⁿ
  • Round to nearest m: round(x ÷ m) × m

Inputs explained

InputUnitRequiredNotes
NumbernumberYes
Round toone of 2 optionsYes
Decimal placesnumberIn some modesAccepts 0 or more, up to 12. Shown Round to is Decimal places.
Multiple ofnumberIn some modesShown Round to is Nearest multiple.

How to use it

  1. Choose Round to.
  2. Enter Number.
  3. Fill in the remaining inputs the form shows for your choice.
  4. Select Calculate.

Worked example

Round 3.14159 to two decimal places.

Number
3.14159
Decimal places
2

3.14, since the third decimal (1) is below 5.

Frequently asked questions

What is banker's rounding?

Round-half-to-even, which sends 2.5 to 2 and 3.5 to 4. It avoids the upward bias of always rounding halves up and is common in accounting software.

What is the difference between rounding and truncating?

Truncating always cuts digits off; rounding may increase the last kept digit.

Related calculators