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

Function choose

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

Source from the content-addressed store, hash-verified

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); }
204
205 /* Bessel Functions */

Callers 1

runit_chooseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected