summaryrefslogtreecommitdiff
path: root/src/math/MAXFLOAT.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/MAXFLOAT.h')
-rw-r--r--src/math/MAXFLOAT.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/math/MAXFLOAT.h b/src/math/MAXFLOAT.h
new file mode 100644
index 00000000..a9ebd202
--- /dev/null
+++ b/src/math/MAXFLOAT.h
@@ -0,0 +1,6 @@
+#include <math.h>
+#define MAXFLOAT 1E+37
+/* Must be the same as FLT_MAX in <float.h> */
+/*
+XOPEN(4)
+*/