HomeManualTopicsTypesSymbols

std::ceil

computes the smallest integral number greater or equal than its argument

Parameter

number
the input number

Result

ceiling
the smallest integral number greater or equal than number

Topic

Math

See also

std::ceil computes the smallest integral number greater or equal than its argument
std::round computes the nearest integral number for its argument

Implemented by

std_types::number default implementation for all kind of numbers
std_types::real returns the ceiling of the real value