floor(x)

Returns the biggest integer smaller than real x.


See also fix ceil abs sign 


Example


floor( 3.999 )

3

floor( -2.999 )

-3