floor functions


[Syntax]

double floor(double x)

float floorf(float x)

[Description]

These functions calculate the largest integer value that is not greater than x.