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

TYPE TGFN(erfc)(TYPE x)
{
	return x;
}

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