Calculates the floor (largest integer that is less than or equal to a value) of a double value.
#include <math.h> double floor (double x);
x
The floor result.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/math.h | math.h | clib.lib |