MCPcopy 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
30inline bool check_na(double x) {
31 return ISNAN(x);
32}
33
34inline bool check_na(int x) {
35 return x == NA_INTEGER;

Callers 4

getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected