Appearance
ceil() - round a float up to the nearest integer
float ceil( float f );
Returns (as a float) the nearest integer number equal to or greater than f.
floor(3), to_int(3), to_float(3)