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

TYPE TGFN(nan)(const char *tagp)
{
	(void)tagp;
	return 0.0;
}

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