ceiling
ceiling(n_number) =>x_integer
Description
Returns the smallest integer not smaller than the given argument.
Arguments
Value Returned
Examples
(ceiling -4.3)
=> -4
(ceiling 3.5)
=> 4
Related Topics
Return to top
ceiling(n_number) =>x_integer
Returns the smallest integer not smaller than the given argument.
(ceiling -4.3)
=> -4
(ceiling 3.5)
=> 4