Difference between revisions of "Ceiling"

From specialfunctionswiki
Jump to: navigation, search
Line 2: Line 2:
 
$$\lceil x \rceil = \min \{ y \in \mathbb{Z} \colon y \geq x \},$$
 
$$\lceil x \rceil = \min \{ y \in \mathbb{Z} \colon y \geq x \},$$
 
i.e., the smallest integer greater than or equal to $x$.
 
i.e., the smallest integer greater than or equal to $x$.
 +
 +
<div align="center">
 +
<gallery>
 +
File:Celingplot.png|Graph of $\mathrm{ceil}$.
 +
</gallery>
 +
</div>
 +
 +
=See Also=
 +
[[Floor]]<br />
  
 
[[Category:SpecialFunction]]
 
[[Category:SpecialFunction]]

Revision as of 19:48, 3 June 2016

The ceiling function $\lceil \cdot \rceil \colon \mathbb{R} \rightarrow \mathbb{Z}$ is defined by $$\lceil x \rceil = \min \{ y \in \mathbb{Z} \colon y \geq x \},$$ i.e., the smallest integer greater than or equal to $x$.

See Also

Floor