Help: Floor Function

The floor function: FLOOR(X) is the greatest integer less than or equal to X. It is defined for all X.

For the nearest integer to X, use the round function.
Ceil function
Round function
Mathematical formulas
Help index