Ceiling function
The ceiling function, also known as the "least integer function," gives the least integer greater than or equal to its argument. The ceiling of is usually denoted by . The action of the function is also described by the phrase "rounding up." On the negative real numbers, this corresponds to the action "dropping everything after the decimal point".
Examples
Relation to the Floor Function
For an integer, the ceiling function is equal to the floor function. For any other number, the ceiling function is the floor function plus one.