The largest integer less than or equal to x. Written as floor(x) or the floor symbol.
floor(3.7) = 3
Next stepFor any real x, the floor always satisfies: floor(x) <= x < floor(x) + 1.