floor

Previous chapterNext chapter Show allShow all    Hide allHide all

The function floor (num) returns the next smaller whole-numbered value. Negative values are rounded in direction to 0.

Syntax:=floor(num)

Example Example

=floor(2.2) is 2

=floor(-2,2) is -2