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

floor

SYNOPSIS:

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

DESCRIPTION:

floor() returns the largest integer less than or equal to x. It truncates toward minus infinity.