tgammaf (3) Linux Manual Page
tgamma, tgammaf, tgammal – true gamma function Synopsis #include <math.h> double tgamma(double x); float tgammaf(float x); long double tgammal(long double x); Link with -lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): tgamma(), tgammaf(), tgammal(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L Description These functions calculate the Gamma function of x. The Gamma function is defined by Gamma(x) =…
