Searched refs:tgamma_central (Results 1 – 2 of 2) sorted by relevance
146 static long double tgamma_central(long double x) in tgamma_central() function296 g = tgamma_central(x); in tgamma128()303 g = tgamma_central(1+x) / x; in tgamma128()344 g = tgamma_central(x - (i-1)) * mult; in tgamma128()
183 /* Coefficients of the polynomial used in the tgamma_central() subroutine196 /* Coefficients of the polynomial used in the tgamma_central() subroutine