Template Function librapid::ceil(T)#

Function Documentation#

template<typename T, typename std::enable_if_t<std::is_fundamental_v<T>, int> = 0>
constexpr T librapid::ceil(T val)#

Return the ceiling of a given value

Template Parameters

T – Data type

Parameters

val – Input value

Returns

Ceiling of the input value