Returns (as a double) the largest integer that is less than or equal to its argument.
#include <math.h> double floor (double x);