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

Function Rcpp_IsNaN

inst/tinytest/cpp/na.cpp:31–33  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

29
30// [[Rcpp::export]]
31bool Rcpp_IsNaN(double x) {
32 return internal::Rcpp_IsNaN(x);
33}
34
35// [[Rcpp::export]]
36bool R_IsNA_(double x) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected