2.1.13 double floor
double floor(double __x)
The floor() function returns the largest integral value less than or equal to __x, expressed as a floating-point number.
double floor(double __x)
The floor() function returns the largest integral value less than or equal to __x, expressed as a floating-point number.