summaryrefslogtreecommitdiff
path: root/_float.h
diff options
context:
space:
mode:
Diffstat (limited to '_float.h')
-rw-r--r--_float.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/_float.h b/_float.h
new file mode 100644
index 0000000..b438644
--- /dev/null
+++ b/_float.h
@@ -0,0 +1,27 @@
+#ifndef DBL_MANT_DIG
+#error DBL_MANT_DIG not defined
+#endif
+#ifndef DBL_MAX_EXP
+#error DBL_MAX_EXP not defined
+#endif
+#ifndef DBL_MIN_EXP
+#error DBL_MIN_EXP not defined
+#endif
+#ifndef FLT_MANT_DIG
+#error FLT_MANT_DIG not defined
+#endif
+#ifndef FLT_MAX_EXP
+#error FLT_MAX_EXP not defined
+#endif
+#ifndef FLT_MIN_EXP
+#error FLT_MIN_EXP not defined
+#endif
+#ifndef LDBL_MANT_DIG
+#error LDBL_MANT_DIG not defined
+#endif
+#ifndef LDBL_MAX_EXP
+#error LDBL_MAX_EXP not defined
+#endif
+#ifndef LDBL_MIN_EXP
+#error LDBL_MIN_EXP not defined
+#endif