22 #ifndef Rcpp__traits_is_nan_h
23 #define Rcpp__traits_is_nan_h
36 return internal::Rcpp_IsNaN(x) ;
41 return internal::Rcpp_IsNaN(x.r) || internal::Rcpp_IsNaN(x.i) ;
bool is_nan< REALSXP >(double x)
bool is_nan(typename storage_type< RTYPE >::type)
bool is_nan< CPLXSXP >(Rcomplex x)