VMS Help CC, Run-time functions, ceil *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Returns (as a double) the smallest integer that is greater than or equal to its argument. Syntax: #include <math.h> double ceil(double x);
|