From d058c08d610bb5b0c94108d7558e74d8e02cc7d5 Mon Sep 17 00:00:00 2001 From: Kat Richey Date: Sun, 9 Oct 2022 11:47:01 -0500 Subject: [PATCH] Something's not right here. Ugh --- include/float.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/float.h b/include/float.h index 4f30a05..cc12640 100644 --- a/include/float.h +++ b/include/float.h @@ -22,6 +22,11 @@ #define FLT_RADIX 2 +/* + Okay, hold up. What is going on with LDBL? That...shouldn't be right. Ugh. + -Kat +*/ + #define FLT_MANT_DIG 24 #define DBL_MANT_DIG 53 #define LDBL_MANT_DIG 113