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 POSIX 1003.1-2001 (ISO/IEC 9945-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()