ceil:

Syntax:	ceil ( a )

Description:

	Ceil returns the smallest integer not less than the argument.
	If the argument is a MATRIX then the ceil operation is
	performed on an element-by-element basis.

See Also: floor, int
