FLOOR

Returns the largest integer that is less than x.

Format

FLOOR(x)

Argument

 
x
Any valid expression that evaluates to a real number.

Examples

The following examples illustrate the use of the FLOOR function:
 
Function
FLOOR (.7)
Result
0
 
Function
FLOOR (-5.7)
Result
-6
 
Function
FLOOR (3.9)
Result
3