Function iceil¶
function iceil(const T1 &) simd¶
Returns the smallest integer value not less than x, as an integer type.
| T1 | Numeric type. |
| x | Input value. |
Integer equivalent of ceil( x). |
Fully qualified name: kfr::iceil(const T1 &)
Declared at simd/round.hpp:111
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.