Template Function ripple::math::sqrt(const Array<Impl>&)¶
Defined in File math.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “ripple::math::sqrt” with arguments ((const Array<Impl>&)) 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 sqrt(const Array<Impl> &arr) noexcept -> Impl
- template<typename T, non_array_enable_t<T> = 0> constexpr auto sqrt(const T &v) noexcept -> T