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

Calculates absolute value of integer. If is unsigned, then do nothing.