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

Function digamma

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

Source from the content-addressed store, hash-verified

192 inline void dpsifn(double x, int n, int kode, int m, double *ans, int *nz, int *ierr) { return ::Rf_dpsifn(x, n, kode, m, ans, nz, ierr); }
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); }

Callers 1

runit_gammaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected