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.
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.