summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-tgamma.c
blob: bbf613abe16d9ec8ca03101efc7d4dd376c22e7a (plain)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

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