Floor

From specialfunctionswiki
Revision as of 09:03, 14 May 2016 by Tom (talk | contribs) (Created page with "The floor function $\lfloor \cdot \rfloor \colon \mathbb{R} \rightarrow \mathbb{Z}$ is defined by $$\lfloor x \rfloor = \max \left\{y \in \mathbb{Z} \colon y \leq x \right\},$...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The floor function $\lfloor \cdot \rfloor \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$.