Name

floor function — Computes floor

Synopsis

float floor(float x)
double floor(double x)
long double floor(long double x)

The floor function returns the largest integer that is less than or equal to x.