#include "libc/math/math.h"

float tgammaf(float x)
{
	return tgamma(x);
}