Rounding functions¶
floor
function¶
template <typename T1, KFR_ENABLE_IF(is_numeric<T1>)>
T1 floor(const T1 &x)
Returns the largest integer value not greater than x
Auto-generated from sources, Revision 6aea976a464de59d522d0c629e64bf0c044e6777, https://github.com/kfrlib/kfr/blob/6aea976a464de59d522d0c629e64bf0c044e6777/include/kfr/