Copyright Digital Equipment Corp. All rights reserved.
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)
Argument Return_Value