y=xy = \lfloor x \rfloor

Graph of the Floor Function y=xy = \lfloor x \rfloor

y=xy = \lfloor x \rfloor returns the greatest integer not exceeding xx (also called the Gauss bracket).

  • 2.7=2\lfloor 2.7 \rfloor = 2
  • 3=3\lfloor 3 \rfloor = 3
  • 1.2=2\lfloor -1.2 \rfloor = -2

The graph is a staircase that jumps up by 11 at each integer, including the left end of each step but not the right. It is discontinuous at every integer.