Something's not right here. Ugh
This commit is contained in:
parent
98a53fc774
commit
d058c08d61
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue