The ceiling of a real number x, denoted ⌈x⌉ or sometimes ceil(x), is the first Integer n≥x. For example, ⌈3.72⌉=4,⌈4⌉=4, and ⌈−3.72⌉=−3. In other words, the ceiling function rounds its input up to the nearest integer.
For the function that rounds its input down to the nearest integer, see [floor]. Ceiling and floor are not to be confused with [fix_towards_zero fix] and [ceilfix], which round towards and away from zero (respectively).
Formally, ceiling is a function of type R→Z. The ceiling function can also be defined on complex numbers.
Comments
Alexei Andreev
Smallest?