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

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

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