预订演示
前页 后页

ceil


SYNOPSIS:

  double ceil(x);
   double x, y;
  y = ceil(x);

DESCRIPTION:

ceil() returns the smallest integer greater than or equal to x.  It truncates toward plus infinity.