blob: 2ae051d09aae555e1f95a1905685e5c1d735904d [file] [log] [blame]
#include <math.h>
#include "libm.h"
float lgammaf(float x)
{
return __lgammaf_r(x, &__signgam);
}