returns the ceiling of the real value
The result does not contain any fractional part.
std::ceil | computes the smallest integral number greater 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 |