Floor function

Revision as of 14:29, 23 June 2006 by Calculuslover800 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The greatest integer function, or the floor function, finds the greatest integer less than its argument. The floor of $x$ is often denoted by $\lfloor x \rfloor$.

For example:

  • $\lfloor 3.14 \rfloor = 3$
  • $\lfloor -2.7 \rfloor = -3$
  • $\lfloor 5 \rfloor = 5$

See Also