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

Function runit_isfinite

inst/tinytest/cpp/sugar.cpp:195–197  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

193
194// [[Rcpp::export]]
195LogicalVector runit_isfinite( NumericVector xx){
196 return is_finite(xx) ;
197}
198
199// [[Rcpp::export]]
200LogicalVector runit_isinfinite( NumericVector xx){

Callers

nothing calls this directly

Calls 1

is_finiteFunction · 0.85

Tested by

no test coverage detected