Format

ceil(A)

Returns

the ceiling of A

Args

A: A number, pixloc, or vector.

Returns the ceiling of A (the largest integer greater than or equal to A).

usr << ceil(1.45) // outputs 2
 
usr << ceil(-1.45) // outputs -1

See also