Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Rcpp_IsNA
Function
Rcpp_IsNA
inst/tinytest/cpp/na.cpp:26–28 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
24
25
// [[Rcpp::export]]
26
bool Rcpp_IsNA(double x) {
27
return internal::Rcpp_IsNA(x);
28
}
29
30
// [[Rcpp::export]]
31
bool Rcpp_IsNaN(double x) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected