summaryrefslogtreecommitdiff
path: root/src/float/FLT_MAX.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/float/FLT_MAX.h')
-rw-r--r--src/float/FLT_MAX.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/float/FLT_MAX.h b/src/float/FLT_MAX.h
new file mode 100644
index 00000000..ecd59b0d
--- /dev/null
+++ b/src/float/FLT_MAX.h
@@ -0,0 +1,15 @@
+#include <float.h>
+#define FLT_MAX (3.402823E+38)
+
+/** float maximum value **/
+
+/***
+is the maximum representable finite TYPE(float) value.
+***/
+
+/*
+VALUE_MIN(1e+37)
+*/
+/*
+STDC(1)
+*/