|
||
double ceil( double x )
double x; /* double value */
|
|
|
Synopsis |
#include "math.h"
The ceil function calculates the smallest integer greater than or equal to x , as a double.
|
|
Parameters |
x may be any value.
|
|
Return Value |
ceil returns the calculated value.
|
|
See Also |
|
|
|
|