Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ R_IsNA_
Function
R_IsNA_
inst/tinytest/cpp/na.cpp:36–38 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
34
35
// [[Rcpp::export]]
36
bool R_IsNA_(double x) {
37
return ::R_IsNA(x);
38
}
39
40
// [[Rcpp::export]]
41
bool R_IsNaN_(double x) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected