Template Function ripple::math::abs(T)¶
Defined in File math.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “ripple::math::abs” with arguments ((T)) in doxygen xml output for project “Ripple” from directory: /home/hiccup/Catalyst/ripple/build/docs/docs/doxygen/xml. Potential matches:
- template<typename Impl, array_enable_t<Impl> = 0> constexpr auto abs(const Array<Impl> &arr) noexcept -> Impl
- template<typename T, non_array_enable_t<T> = 0> constexpr auto abs(T x) noexcept -> T