Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ check_na
Function
check_na
inst/include/Rcpp/sugar/functions/rowSums.h:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
inline bool check_na(double x) {
31
return ISNAN(x);
32
}
33
34
inline bool check_na(int x) {
35
return x == NA_INTEGER;
Callers
4
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected