MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / is_nan

Function is_nan

inst/include/Rcpp/traits/is_nan.h:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 // default for most types
29 template <int RTYPE>
30 bool is_nan( typename storage_type<RTYPE>::type){
31 return false ;
32 }
33
34 template <>
35 inline bool is_nan<REALSXP>( double x ){

Callers 1

runit_isnanFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected