Template Function ripple::math::isnan(T)¶
Defined in File math.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “ripple::math::isnan” 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 isnan(const Array<Impl> &a) noexcept -> bool
- template<typename T, std::enable_if_t<std::is_arithmetic<T>::value, int> = 0> constexpr auto isnan(T a) noexcept -> bool