returns the floor of the real value
The result does not contain any fractional part.
std::floor | computes the greatest integral number smaller or equal than its argument |
std_types::real | the prototype object for all non-integral numbers |
std_types::integer | the prototype object for all integral numbers |