PrevUpHomeNext

utx::mod2


template <std::integral T>
inline constexpr T utx::mod2(const T & dividend);

The same as utx::mod, but set the divisor to 2. Please read the utx::mod doc page.

Header

#include <utxcpp/math.hpp>

PrevUpHomeNext

utx::print

esv::print