blob: bbf613abe16d9ec8ca03101efc7d4dd376c22e7a [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
tgammal (double x)
{
return tgamma (x);
}