missing multiply symbol in the documentation (GH-24686)

This commit is contained in:
Alperen Serkan Aksöz 2021-03-03 16:59:52 +03:00 committed by GitHub
parent b04f1cb9df
commit 09605ad726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1875,7 +1875,7 @@ math_isqrt(PyObject *module, PyObject *n)
* (1) *
* (1) *
* (1 * 3 * 5) *
* (1 * 3 * 5 * 7 * 9)
* (1 * 3 * 5 * 7 * 9) *
* (1 * 3 * 5 * 7 * 9 * 11 * 13 * 15 * 17 * 19)
*
* Here i goes from large to small: the first term corresponds to i=4 (any