[[Rcpp::export]]
| 198 | |
| 199 | // [[Rcpp::export]] |
| 200 | LogicalVector runit_isinfinite( NumericVector xx){ |
| 201 | return is_infinite(xx) ; |
| 202 | } |
| 203 | |
| 204 | // [[Rcpp::export]] |
| 205 | LogicalVector runit_isnan( NumericVector xx){ |
nothing calls this directly
no test coverage detected