gammal

Name

gammal -- log gamma function (DEPRECATED)

Synopsis

#include <math.h>

long double gammal(long double x);

Description

The gammal() function is identical to lgammal() in ISO POSIX (2003).

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

Returns

See lgammal().

See Also

lgamma(), lgammaf(), lgammal(), gamma(), gammaf()