Floor — floor
Floor( expression )
Floor : R -> N
Floor( 2.1 ) = 2
Floor( -2.1 ) = -3
Floor of an expression, the closest smaller number in N.