Copyright Digital Equipment Corp. All rights reserved.

floor

   Returns the largest integer less than or equal to the argument.

   Format

     #include  <math.h>

     double floor  (double x);

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

     long double floorl  (long double x);

                         (Integrity servers, Alpha)
 


Additional information available:

Argument        Return_Value