lgammaf_r

Name

lgammaf_r -- log gamma functions

Synopsis

#include <math.h>

float lgammaf_r(float x, int * signp);

Description

The lgammaf_r() function shall compute the natural logarithm of the absolute value of the Gamma function, as lgammaf(). However, instead of setting the external integer signgam to the sign of the Gamma function, lgammaf_r() shall set the integer referenced by signp to the sign.

Returns

See lgammaf() and signgam.

See Also

lgamma(), lgamma_r(), lgammal_r(), signgam