GAMMA(3) Library Functions Manual GAMMA(3)
NAME
gamma signgam
— log gamma function (LEGACY)
SYNOPSIS
#include <math.h> double gamma(double x); extern int signgam;
DESCRIPTION
The gamma() function performs identically to lgamma(3) , including the use of signgam .
This interface need not be reentrant.
RETURN VALUE
Refer to lgamma(3) .
ERRORS
None.
EXAMPLES
None.
APPLICATION USAGE
This interface is functionally equivalent to lgamma(3) .
FUTURE DIRECTIONS
None.
SEE ALSO
Return to lgamma(3) .
DERIVATION
Derived from Issue 1 of the SVID.
February 1997 posix.fail