Template Function librapid::ceil(T)#

Function Documentation#

template<typename T>
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