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

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