Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ is_finite
Function
is_finite
inst/include/Rcpp/sugar/functions/is_finite.h:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
template <int RTYPE, bool NA, typename T>
49
inline sugar::IsFinite<RTYPE,NA,T> is_finite( const Rcpp::VectorBase<RTYPE,NA,T>& t){
50
return sugar::IsFinite<RTYPE,NA,T>( t.get_ref() ) ;
51
}
52
53
} // Rcpp
54
#endif
Callers
1
runit_isfinite
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected