GNU/Linux |
RedHat 9.0(Shrike) |
|
![]() |
tgammaf(3) |
![]() |
tgamma, tgammaf, tgammal − true gamma function
#include <math.h>
double
tgamma(double x);
float tgammaf(float x);
long double tgammal(long double x);
This function returns the value of the Gamma function for the argument x. It had to be called "true gamma function" since there is already a function gamma() that returns something else. For details, see lgamma(3).
C99.
lgamma(3), gamma(3)
![]() |
tgammaf(3) | ![]() |