We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2d669 commit e48ec21Copy full SHA for e48ec21
1 file changed
Modules/_math.c
@@ -240,7 +240,7 @@ _Py_log1p(double x)
240
return x;
241
}
242
else if (-0.5 <= x && x <= 1.) {
243
- /* WARNING: it's possible than an overeager compiler
+ /* WARNING: it's possible that an overeager compiler
244
will incorrectly optimize the following two lines
245
to the equivalent of "return log(1.+x)". If this
246
happens, then results from log1p will be inaccurate
0 commit comments