Number Rounding Tool

Round numbers by decimal places or significant figures with half-up, banker’s, floor, ceil, truncation, and step rounding—complete with comparison tables.

Supports scientific notation and negative values. We keep the original precision internally, so changing modes never loses accuracy.

Decimal places

Choose how many digits to keep after the decimal point.

2

Round to the nearest multiple of this value (for example 0.05 for currency, or 5 for rounding to the nearest five).

Round (2 dp)
3.14

Traditional rounding, halves go away from zero

Banker's rounding
3.14

Halves round to the nearest even digit

Floor / Ceil
3.14 · 3.15

Towards -∞ and +∞ respectively

Truncate
3.14

Cuts off digits without rounding

Nearest multiple of 0.05
3.15

Adjustable step rounding

Step floor / ceil
3.1 · 3.15

Quick adjustments to step boundaries

Preview across decimal places

Compare how the number behaves as you change the number of decimal places. Banker's rounding is especially handy for financial calculations.

PlacesHalf upBanker'sFloorCeil
03334
13.13.13.13.2
23.143.143.143.15
33.1423.1423.1413.142
43.14163.14163.14153.1416
53.141593.141593.141593.14159
63.141593.141593.141593.14159

Frequently Asked Questions