floor:

Syntax:	floor ( a )

Description:

	Floor returns the smallest integer not greater than the
	argument. If the argument is a MATRIX then the floor operation
	is performed on an element-by-element basis.

See Also: ceil, int
