Floor
Calling convention:
floor(value)
Returns the mathematical floor of
value
. The floor is defined to be the largest integer not greater than
value
.