Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ set_nan
Function
set_nan
inst/include/Rcpp/sugar/functions/rowSums.h:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
74
75
inline void set_nan(double* x) {
76
*x = R_NaN;
77
}
78
79
inline void set_nan(Rcomplex* x) {
80
x->r = R_NaN;
Callers
2
get
Method · 0.85
get
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected