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

Function runit_rt_sugar

inst/tinytest/cpp/rmath.cpp:309–311  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

307
308// [[Rcpp::export]]
309NumericVector runit_rt_sugar(double a) {
310 return Rcpp::rt(5, a);
311}
312
313// ------------------- Binomial Distribution
314

Callers

nothing calls this directly

Calls 1

rtFunction · 0.50

Tested by

no test coverage detected