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

double
attribute_hidden
lgammal (double x)
{
  return lgamma (x);
}