Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Rcpp_IsNaN
Function
Rcpp_IsNaN
inst/include/Rcpp/internal/na.h:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
inline bool Rcpp_IsNaN(double x) {
31
return R_IsNaN(x);
32
}
33
34
}
35
}
Callers
6
r_coerce<REALSXP,STRSXP>
Function · 0.70
operator()
Method · 0.70
normalize
Method · 0.50
normalize
Method · 0.50
is_nan<REALSXP>
Function · 0.50
is_nan<CPLXSXP>
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected