Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
namespace internal {
25
26
inline bool Rcpp_IsNA(double x) {
27
return R_IsNA(x);
28
}
29
30
inline 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
r_coerce<REALSXP,CPLXSXP>
Function · 0.70
operator()
Method · 0.70
normalize
Method · 0.50
normalize
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected