NAME

ceil - Truncate a number upward

SYNTAX

float ceil(float f);

DESCRIPTION

Return the closest integral value higher or equal to x. Note that ceil() does _not_ return an int, merely an integral value.

KEYWORDS

float

SEE ALSO

floor