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

Function Rcpp_IsNA

inst/include/Rcpp/internal/na.h:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace internal {
25
26inline bool Rcpp_IsNA(double x) {
27 return R_IsNA(x);
28}
29
30inline bool Rcpp_IsNaN(double x) {
31 return R_IsNaN(x);

Callers 8

r_coerce<REALSXP,INTSXP>Function · 0.70
r_coerce<REALSXP,LGLSXP>Function · 0.70
r_coerce<CPLXSXP,LGLSXP>Function · 0.70
r_coerce<REALSXP,RAWSXP>Function · 0.70
operator()Method · 0.70
normalizeMethod · 0.50
normalizeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected