E.V.E
v2023.02.15
◆
downward
eve::downward = {}
inline
constexpr
Higher-order
Callable Object
imbuing rounding downard semantic onto other
Callable Objects
.
Members Functions
auto
operator()(eve::callable
auto
const
& f )
const
noexcept
;
Parameters
f
An instance of eve::callable
Returns
A
Callable Object
performing the same kind of operation but rounding the result upward or, in other words, to negative infinity
eve::div
,
eve::fracscale
eve::rem
eve::round
,
eve::roundscale
.
eve