#include "nldbl-compat.h"

double
attribute_hidden
tgammal (double x)
{
  return tgamma (x);
}
