Function ceil¶
function ceil(const T1 &) simd¶
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. |
Fully qualified name: kfr::ceil(const T1 &)
Declared at simd/round.hpp:51
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.