Rounding calculator
Round any number to a chosen precision and rounding rule. You can round to a number of decimal places or to the nearest multiple (5, 10, 100, 0.25, and so on), using one of several methods:
- Round half up — the standard rule; halfway values go to the larger number.
- Round half to even (banker’s rounding) — halfway values go to the nearest even number, which avoids the upward bias that accumulates with half-up over many figures.
- Ceiling / floor — always round up or always round down.
- Truncate — drop the extra digits toward zero.
All rounding runs entirely in your browser; nothing is uploaded.