Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
205
LogicalVector runit_isnan( NumericVector xx){
206
return is_nan(xx) ;
207
}
208
209
// [[Rcpp::export]]
210
LogicalVector runit_isna_isna( NumericVector xx ){
Callers
nothing calls this directly
Calls
1
is_nan
Function · 0.50
Tested by
no test coverage detected