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

Function runit_pexp

inst/tinytest/cpp/rmath.cpp:387–390  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

385
386// [[Rcpp::export]]
387NumericVector runit_pexp( double x, double a ){
388 return NumericVector::create(R::pexp(x, a, 1, 0), R::pexp(log(x), a, 1, 1),
389 R::pexp(x, a, 0, 0), R::pexp(log(x), a, 0, 1));
390}
391
392// [[Rcpp::export]]
393NumericVector runit_qexp( double x, double a ){

Callers

nothing calls this directly

Calls 2

pexpFunction · 0.50
logFunction · 0.50

Tested by

no test coverage detected