Réserver une Démo
Pré. Proc.

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.