what is difference between ciel and floor

C++
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.
Source

Also in C++: