Floor Function

Rounds down to the smaller integer


Description

The function \(Floor\) returns the largest integer smaller than the argument The argument can be real values, lists or tables.


Syntax

Floor (x)

Floor (list)

Floor (table)


Example

Floor(-2.3)= -3

Floor(2.5)= 2