summaryrefslogtreecommitdiff
path: root/src/math/NAN.c
blob: 6c5d778ff882b9722342113eea3c2ef08479d949 (plain)
1
2
3
4
5
6
7
#include <math.h>
#define NAN                                         /* TODO: float quiet NaN */

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