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.
| T1 | Numeric type. |
| x | Input value. |
| Integer equivalent of ceil( x). |
Defined at simd/round.hpp:114