ceil(3) LPC Library Functions ceil(3)
NNAAMMEE
ceil() - round a float up to the nearest integer
SSYYNNOOPPSSIISS
float ceil( float f );
DDEESSCCRRIIPPTTIIOONN
Returns (as a float) the nearest integer number equal to
or greater than f.
SSEEEE AALLSSOO
floor(3), to_int(3), to_float(3)
MudOS 5 Sep 1994 1