#include "nldbl-compat.h"

double
attribute_hidden
gammal (double x)
{
  return gamma (x);
}