VMS Help
CRTL, ceil

 *Conan The Librarian

    Returns the smallest integer that is greater than or equal to its
    argument.

    Format

      #include  <math.h>

      double ceil  (double x);

      float ceilf  (float x); (Integrity servers, Alpha)

      long double ceill  (long double x); (Integrity servers, Alpha)

  Additional Information (explode) :

  Close     Help