MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / rexp

Function rexp

inst/include/Rcpp/Rmath.h:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 inline double pexp(double x, double sl, int lt, int lg) { return ::Rf_pexp(x, sl, lt, lg); }
112 inline double qexp(double p, double sl, int lt, int lg) { return ::Rf_qexp(p, sl, lt, lg); }
113 inline double rexp(double sl) { return ::Rf_rexp(sl); }
114
115 /* Geometric Distribution */
116 inline double dgeom(double x, double p, int lg) { return ::Rf_dgeom(x, p, lg); }

Callers 2

runit_rexpFunction · 0.50
runit_rexp_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected