MCPcopy 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
75inline void set_nan(double* x) {
76 *x = R_NaN;
77}
78
79inline void set_nan(Rcomplex* x) {
80 x->r = R_NaN;

Callers 2

getMethod · 0.85
getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected