Round any number to a chosen decimal place or whole number, with nearest, round-up, or round-down modes.
"Nearest" rounds to the closest value (standard rounding). "Round Up" always rounds toward a larger value, and "Round Down" always rounds toward a smaller value, regardless of the digit that follows.
It supports "Nearest" (standard rounding to the closest value), "Round Up" (always rounds toward a larger value), and "Round Down" (always rounds toward a smaller value).
"Nearest" rounds to the closest value, which is the standard rounding method most people are familiar with.
"Round Up" always rounds toward a larger value regardless of the digit that follows, unlike "Nearest" which rounds based on which value is closer.
You can round any number to a chosen decimal place or to a whole number.
No, "Round Down" always rounds toward a smaller value, regardless of the digit that follows.