Floor & Ceil code example
Example: what is difference between ciel and floor
Ceil (short for ceiling) and floor function are both mathematical
functions. ... For example, ceil function returns the least value
of the integer that is greater than or equal to the specified number.
On the other hand, floor function gets the greatest value that is
less than or equal to the specified number.