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

Function runit_isnan

inst/tinytest/cpp/sugar.cpp:205–207  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

203
204// [[Rcpp::export]]
205LogicalVector runit_isnan( NumericVector xx){
206 return is_nan(xx) ;
207}
208
209// [[Rcpp::export]]
210LogicalVector runit_isna_isna( NumericVector xx ){

Callers

nothing calls this directly

Calls 1

is_nanFunction · 0.50

Tested by

no test coverage detected