Synopsis
float floorf(float);

floorf computes the largest integer value not greater than x.

floorf(±0) is ±0. floorf(±∞) is ±∞.