
ceil(3)                C LIBRARY FUNCTIONS                ceil(3)

NAME
     ceil() - round a float up to the nearest integer

SYNOPSIS
     float ceil(float f);

DESCRIPTION
     Returns (as a float) the nearest integer number equal to  or
     greater than f.

Sun Release 4.1           Last change:                          1

