[[Rcpp::export]]
| 193 | |
| 194 | // [[Rcpp::export]] |
| 195 | LogicalVector runit_isfinite( NumericVector xx){ |
| 196 | return is_finite(xx) ; |
| 197 | } |
| 198 | |
| 199 | // [[Rcpp::export]] |
| 200 | LogicalVector runit_isinfinite( NumericVector xx){ |
nothing calls this directly
no test coverage detected