We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9533da commit e4197b7Copy full SHA for e4197b7
Userland/Libraries/LibM/math.h
@@ -42,7 +42,9 @@ __BEGIN_DECLS
42
#define MATH_ERREXCEPT 2
43
#define math_errhandling MATH_ERREXCEPT
44
45
-#define HUGE_VAL 1e10000
+#define HUGE_VALF __builtin_huge_valf()
46
+#define HUGE_VAL __builtin_huge_val()
47
+#define HUGE_VALL __builtin_huge_vall()
48
#define INFINITY __builtin_huge_val()
49
#define NAN __builtin_nan("")
50
#define MAXFLOAT FLT_MAX
0 commit comments