Skip to content

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.

Template parameters
T1 Numeric type.
Parameters
x Input value.
Returns
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.