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

Function runit_isinfinite

inst/tinytest/cpp/sugar.cpp:200–202  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

198
199// [[Rcpp::export]]
200LogicalVector runit_isinfinite( NumericVector xx){
201 return is_infinite(xx) ;
202}
203
204// [[Rcpp::export]]
205LogicalVector runit_isnan( NumericVector xx){

Callers

nothing calls this directly

Calls 1

is_infiniteFunction · 0.50

Tested by

no test coverage detected