Something's not right here. Ugh

This commit is contained in:
Kat R. 2022-10-09 11:47:01 -05:00
parent 98a53fc774
commit d058c08d61
1 changed files with 5 additions and 0 deletions

View File

@ -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