Searched refs:log_gamma_windschitl (Results 1 – 1 of 1) sorted by relevance
70 #define log_gamma(x) ((x)>15.0?log_gamma_windschitl(x):log_gamma_lanczos(x))134 inline double log_gamma_windschitl(const double& x) in log_gamma_windschitl() function