gammaf

Name

gammaf -- log gamma function (DEPRECATED)

Synopsis

#include <math.h>

float gammaf(float x);

Description

The gammaf() function is identical to lgammaf() in ISO POSIX (2003).

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

Returns

See lgammaf().

See Also

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