mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix cut-and-paste typo in comment: log10 -> log2.
This commit is contained in:
@@ -622,7 +622,7 @@ m_log2(double x)
|
||||
}
|
||||
else {
|
||||
errno = EDOM;
|
||||
return Py_NAN; /* log10(-inf) = nan, invalid-operation */
|
||||
return Py_NAN; /* log2(-inf) = nan, invalid-operation */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user