Difference between revisions of "Floor"
From specialfunctionswiki
Line 1: | Line 1: | ||
− | The floor function $\ | + | The floor function $\mathrm{floor} \colon \mathbb{R} \rightarrow \mathbb{Z}$ is defined by |
$$\lfloor x \rfloor = \max \left\{y \in \mathbb{Z} \colon y \leq x \right\},$$ | $$\lfloor x \rfloor = \max \left\{y \in \mathbb{Z} \colon y \leq x \right\},$$ | ||
− | i.e., it is the largest [[integer]] less than or equal to $x$. | + | i.e., it is the largest [[integer]] less than or equal to $x$. It is also sometimes denoted by $\lfloor x \rfloor$. |
+ | |||
+ | <div align="center"> | ||
+ | <gallery> | ||
+ | File:Floorplot.png|Graph of $\mathrm{floor}$. | ||
+ | </gallery> | ||
+ | </div> | ||
+ | |||
+ | =See Also= | ||
+ | [[Ceiling]]<br /> | ||
[[Category:SpecialFunction]] | [[Category:SpecialFunction]] |
Revision as of 19:45, 3 June 2016
The floor function $\mathrm{floor} \colon \mathbb{R} \rightarrow \mathbb{Z}$ is defined by $$\lfloor x \rfloor = \max \left\{y \in \mathbb{Z} \colon y \leq x \right\},$$ i.e., it is the largest integer less than or equal to $x$. It is also sometimes denoted by $\lfloor x \rfloor$.