Rounds a number towards -infinity.
Syntax:
FLOOR(number {, multiple})
Rounds number to the given multiple towards -infinity.
If multiple is omitted, 1 is used.
For compatibility with Microsoft Excel, rounding is towards zero if both parameters are negative.
Revisions:
This function was added in 2.00.