gammaf

Name

gammaf -- log gamma function (DEPRECATED)

Synopsis

#include <math.h>

float gammaf(float x);

Description

The gammaf() function is identical to lgammaf() in POSIX 1003.1-2008 (ISO/IEC 9945-2009).

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

Returns

See lgammaf().

See Also

lgamma(), lgammaf(), lgammal(), gamma(), gammal()