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}$.