MCPcopy 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]]
26bool Rcpp_IsNA(double x) {
27 return internal::Rcpp_IsNA(x);
28}
29
30// [[Rcpp::export]]
31bool Rcpp_IsNaN(double x) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected