PrevUpHomeNext

esv::mod2


How human treat animals, the animals will treat back.

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

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

Header

#include <esvcpp/math.hpp>

PrevUpHomeNext

esv::print