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

Function R_IsNaN_

inst/tinytest/cpp/na.cpp:41–43  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

39
40// [[Rcpp::export]]
41bool R_IsNaN_(double x) {
42 return ::R_IsNaN(x);
43}
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected