redhat man page for tgammal

Query: tgammal

OS: redhat

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TGAMMA(3)							libc math functions							 TGAMMA(3)

NAME
tgamma, tgammaf, tgammal - true gamma function
SYNOPSIS
#include <math.h> double tgamma(double x); float tgammaf(float x); long double tgammal(long double x);
DESCRIPTION
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).
CONFORMING TO
C99.
SEE ALSO
lgamma(3), gamma(3)
GNU
2002-08-10 TGAMMA(3)
Related Man Pages
lgamma_r(3) - mojave
tgamma(3) - mojave
tgammaf(3) - mojave
gamma(3) - osx
lgammaf(3) - osx
Similar Topics in the Unix Linux Community
Make all words begin with capital letter?
Reduced Activity Notification
Retrieving previous command in a script
Shopt -s histappend