Returns the largest (closest to positive infinity) numeric value that is less than or equal to the argument and has no decimal places
FLOOR(input_number)
input_number
FLOOR(1.5)
Result: 1
1