Kaydet (Commit) dcc6ef21 authored tarafından Guido van Rossum's avatar Guido van Rossum

fix HUGE and MAXVAL (suggested by Tim Peters)

üst df840d91
...@@ -47,8 +47,8 @@ static char MDMINFRAC[] = "494065645841246544"; ...@@ -47,8 +47,8 @@ static char MDMINFRAC[] = "494065645841246544";
static double ZERO = 0.0; static double ZERO = 0.0;
static int MDMAXEXPT = { 309}; static int MDMAXEXPT = { 309};
static char MDMAXFRAC[] = "17976931348623147"; static char MDMAXFRAC[] = "17976931348623157";
static double HUGE = 1.7976931348623147e308; static double HUGE = 1.7976931348623157e308;
extern double atof(); /* Only called when result known to be ok */ extern double atof(); /* Only called when result known to be ok */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment