Home
last modified time | relevance | path

Searched refs:trigamma (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
DGamma.java323 public static double trigamma(double x) { in trigamma() method in Gamma
337 return trigamma(x + 1) + 1 / (x * x); in trigamma()