3#ifndef pRC_CORE_VALUE_FUNCTIONS_IS_NAN_H
4#define pRC_CORE_VALUE_FUNCTIONS_IS_NAN_H
12 template<
class T, If<IsFloat<T>> = 0>
15#if !defined(__FINITE_MATH_ONLY__) || __FINITE_MATH_ONLY__ == 0
23 template<
class T, If<IsInteger<T>> = 0>
24 static inline constexpr auto isNaN(
T const &)
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr auto isNaN(T const &a)
Definition is_nan.hpp:13
static constexpr auto isnan(BFloat16 const a)
Definition bfloat16.hpp:145