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 5191a48df06ea47104ca67db19fa82058d09c20a, https://github.com/kfrlib/kfr/blob/5191a48df06ea47104ca67db19fa82058d09c20a/include/kfr/