summaryrefslogtreecommitdiff
path: root/src/math/INFINITY.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/INFINITY.c')
-rw-r--r--src/math/INFINITY.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/INFINITY.c b/src/math/INFINITY.c
index 64e3ac95..e1576810 100644
--- a/src/math/INFINITY.c
+++ b/src/math/INFINITY.c
@@ -1,5 +1,5 @@
#include <math.h>
-#define INFINITY /* TODO: positive or unsigned float infinity */
+#define INFINITY 9e300 /* TODO: proper value */
/*
STDC(199901)