Skip to content

function iceil(const T1 &) round

template <numeric T1>
KFR_INTRINSIC itype<T1> iceil(const T1& x)

Returns the smallest integer value not less than x, as an integer type.

Template parameters
T1 Numeric type.
Parameters
x Input value.
Returns
Integer equivalent of ceil( x).

Defined at simd/round.hpp:114