Floor and ceiling functions

The floor of a real number is the greatest integer no greater than it; the ceiling is the least integer no less than it. They round values down or up to integers, respectively.

Connect