1 parent df840d9 commit dcc6ef2Copy full SHA for dcc6ef2
1 file changed
Python/strtod.c
@@ -47,8 +47,8 @@ static char MDMINFRAC[] = "494065645841246544";
47
static double ZERO = 0.0;
48
49
static int MDMAXEXPT = { 309};
50
-static char MDMAXFRAC[] = "17976931348623147";
51
-static double HUGE = 1.7976931348623147e308;
+static char MDMAXFRAC[] = "17976931348623157";
+static double HUGE = 1.7976931348623157e308;
52
53
extern double atof(); /* Only called when result known to be ok */
54
0 commit comments