Difference between revisions of "Ceiling function"

m
Line 1: Line 1:
The '''ceiling function,''' also known as the least integer function, gives the least integer greater than or equal to its argument.  The ceiling of <math>x</math> is usually denoted by <math>\lceil x \rceil</math>.
+
The '''ceiling function,''' also known as the "least integer function," gives the least integer greater than or equal to its argument.  The ceiling of <math>x</math> is usually denoted by <math>\lceil x \rceil</math>.
  
 
For an example:
 
For an example:

Revision as of 12:27, 29 June 2006

The ceiling function, also known as the "least integer function," gives the least integer greater than or equal to its argument. The ceiling of $x$ is usually denoted by $\lceil x \rceil$.

For an example:

$\lceil 4.5 \rceil$ = 5

$\lceil -e \rceil$ = -2

See Also