Returns largest integer not greater than f
Rounds floating point number to the largest integer no greater than f.
Parameters
f: floating point value
f:
Return Value
rounded integer
Example command: floor(1.53)
floor(1.53)