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

Function tetragamma

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

Source from the content-addressed store, hash-verified

194 inline double digamma(double x) { return ::Rf_digamma(x); }
195 inline double trigamma(double x) { return ::Rf_trigamma(x); }
196 inline double tetragamma(double x) { return ::Rf_tetragamma(x); }
197 inline double pentagamma(double x) { return ::Rf_pentagamma(x); }
198
199 inline double beta(double a, double b) { return ::Rf_beta(a, b); }

Callers 1

runit_gammaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected