floor functions


[Syntax]

double floor(double x)

float floorf(float x)

long double floorl(long double x) [V2.01.00 or later]

[Description]

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