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

Function lbeta

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

Source from the content-addressed store, hash-verified

198
199 inline double beta(double a, double b) { return ::Rf_beta(a, b); }
200 inline double lbeta(double a, double b) { return ::Rf_lbeta(a, b); }
201
202 inline double choose(double n, double k) { return ::Rf_choose(n, k); }
203 inline double lchoose(double n, double k) { return ::Rf_lchoose(n, k); }

Callers 1

runit_lbetaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected