summaryrefslogtreecommitdiff
path: root/src/math/tgamma.c
blob: 2577805956776cf80011c2f21b83324d630c05ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# define TGSOURCE "tgamma.c"
#include "_tgmath.h"
#include <math.h>

TYPE TGFN(tgamma)(TYPE x)
{
	return 0.0;
}

/*
STDC(199901)
LINK(m)
*/