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

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