File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21/* Float object implementation */
32
43/* XXX There should be overflow checks here, but it's hard to check
@@ -54,7 +53,7 @@ static PyStructSequence_Field floatinfo_fields[] = {
5453 "is representable" },
5554 {"max_10_exp" , "DBL_MAX_10_EXP -- maximum int e such that 10**e "
5655 "is representable" },
57- {"min" , "DBL_MIN -- Minimum positive normalizer float" },
56+ {"min" , "DBL_MIN -- Minimum positive normalized float" },
5857 {"min_exp" , "DBL_MIN_EXP -- minimum int e such that radix**(e-1) "
5958 "is a normalized float" },
6059 {"min_10_exp" , "DBL_MIN_10_EXP -- minimum int e such that 10**e is "
@@ -64,7 +63,7 @@ static PyStructSequence_Field floatinfo_fields[] = {
6463 {"epsilon" , "DBL_EPSILON -- Difference between 1 and the next "
6564 "representable float" },
6665 {"radix" , "FLT_RADIX -- radix of exponent" },
67- {"rounds" , "FLT_ROUNDS -- addition rounds " },
66+ {"rounds" , "FLT_ROUNDS -- rounding mode " },
6867 {0 }
6968};
7069
You can’t perform that action at this time.
0 commit comments