Definition:Rounding/Treatment of Half/Round Up
< Definition:Rounding | Treatment of Half(Redirected from Definition:Rounding Up)
Jump to navigation
Jump to search
Definition
Let $n \in \Z$ be an integer.
Let $x \in \R$ be a real number.
Consider the situation when $\dfrac x {10^n} + \dfrac 1 2$ is an integer.
That is, $\dfrac x {10^n}$ is exactly midway between the two integers $\dfrac x {10^n} - \dfrac 1 2$ and $\dfrac x {10^n} + \dfrac 1 2$.
The round up convention is that the larger of those two integers is used:
- $X = 10^n \floor {\dfrac x {10^n} + \dfrac 1 2}$
where $X$ is the rounded value.
Sources
- 1997: Donald E. Knuth: The Art of Computer Programming: Volume 1: Fundamental Algorithms (3rd ed.) ... (previous) ... (next): $\S 1.2.4$: Integer Functions and Elementary Number Theory: Exercise $5$
- 1998: David Nelson: The Penguin Dictionary of Mathematics (2nd ed.) ... (previous) ... (next): rounding
- 2008: David Nelson: The Penguin Dictionary of Mathematics (4th ed.) ... (previous) ... (next): rounding