Searched refs:trigamma (Results 1 – 1 of 1) sorted by relevance
323 public static double trigamma(double x) { in trigamma() method in Gamma337 return trigamma(x + 1) + 1 / (x * x); in trigamma()