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

Function lchoose

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

Source from the content-addressed store, hash-verified

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 */
206 inline double bessel_i(double x, double al, double ex) { return ::Rf_bessel_i(x, al, ex); }

Callers 1

runit_lchooseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected