Extracted from as of .
   

Method ceil()


Method ceil

float ceil(float f)

Description

Return the closest integer value greater or equal to f.

Note

ceil() does not return an int, merely an integer value stored in a float.

See also

floor(), round()