I am reading materials about Lenstra–Lenstra–Lovász lattice basis reduction algorithm on Wikipedia.
What is the definition of this notation $\lfloor x\rceil$ appearing in the description of the algorithm?
From the context, I guess $x=\lfloor x\rfloor$ if $\{x\}<\frac{1}{2}$, and $x=\lceil x \rceil$ if $\{x\}\ge\frac{1}{2}$.
It looks like a combination of ceiling and floor, so my guess is the notation could be reasonably used to denote rounding to the nearest integer.