Forgot to fix LDBL_MIN...

This commit is contained in:
Adrien Destugues
2014-10-15 13:08:10 +02:00
parent 6355741d06
commit 00640ac82e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
#define LDBL_MIN_EXP (-16381)
/* Minimum normalised long double */
#undef LDBL_MIN
#define LDBL_MIN 0x1p-16382l
#define LDBL_MIN 3.3621031431120935062627E-4932L
/* Minimum int x such that 10**x is a normalised long double */
#undef LDBL_MIN_10_EXP
#define LDBL_MIN_10_EXP (-4931)