Home / list of functions / fwnbi::sqr
template <size_t B, class D, bool S>
constexpr basic_integer<B * 2, D, S> sqr(const basic_integer<B, D, S>& value) noexcept;
constexpr since C++14

Calculates square of integer with twice width.