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

Function trigamma

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

Source from the content-addressed store, hash-verified

193 inline double psigamma(double x, double deriv) { return ::Rf_psigamma(x, deriv); }
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

Callers 1

runit_gammaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected