floor function — Computes floor
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.
floor
x
ceil function