2.7.4.3 floor

Declaration:

double floor(double x);Returns the largest integer value less than or equal to x.

Range:

There is no range limit on the argument or return value.