summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/src/math.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
index effbaba..4436927 100644
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -176,6 +176,13 @@ struct exception {
};
#endif
+#if 0
+/* Old value from 4.4BSD-Lite math.h; this is probably better. */
+#define HUGE HUGE_VAL
+#else
+#define HUGE MAXFLOAT
+#endif
+
#define X_TLOSS 1.41484755040568800000e+16 /* pi*2**52 */
#define DOMAIN 1
OpenPOWER on IntegriCloud