floor

floor is a built-in function in `C source code'.

(floor ARG &optional DIVISOR)

Return the largest integer no greater than ARG.
This rounds the value towards -inf.
With optional DIVISOR, return the largest integer no greater than ARG/DIVISOR.