function ceil(const T1 &) round¶
template <numeric T1>
KFR_INTRINSIC T1 ceil(const T1& x) Returns the smallest integer value not less than x.
| T1 | Numeric type. |
| x | Input value. |
| The smallest integer value not less than x. |
Defined at simd/round.hpp:54