gamma

Name

gamma -- log gamma function (DEPRECATED)

Synopsis

#include <math.h>

double gammaf(double x);

Description

The gamma() function is identical to lgamma() in ISO POSIX (2003).

Note: The name gamma() for this function is deprecated and should not be used.

Returns

See lgamma().

See Also

lgamma(), lgammaf(), lgammal(), gammaf(), gammal()