mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix typo.
This commit is contained in:
parent
bb2d669292
commit
e48ec212e8
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ _Py_log1p(double x)
|
|||
return x;
|
||||
}
|
||||
else if (-0.5 <= x && x <= 1.) {
|
||||
/* WARNING: it's possible than an overeager compiler
|
||||
/* WARNING: it's possible that an overeager compiler
|
||||
will incorrectly optimize the following two lines
|
||||
to the equivalent of "return log(1.+x)". If this
|
||||
happens, then results from log1p will be inaccurate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue