summaryrefslogtreecommitdiff
path: root/src/math/NAN.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/NAN.h')
-rw-r--r--src/math/NAN.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/math/NAN.h b/src/math/NAN.h
new file mode 100644
index 00000000..58ff6aca
--- /dev/null
+++ b/src/math/NAN.h
@@ -0,0 +1,7 @@
+#include <math.h>
+#define NAN 0.0 /* TODO: float quiet NaN */
+
+/*
+STDC(199901)
+LINK(m)
+*/