Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ is_infinite
Function
is_infinite
inst/include/Rcpp/traits/is_infinite.h:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
// default for all but REALSXP and CPLXSXP
29
template <int RTYPE>
30
bool is_infinite( typename storage_type<RTYPE>::type){
31
return false ;
32
}
33
34
template <>
35
inline bool is_infinite<REALSXP>( double x ){
Callers
1
runit_isinfinite
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected