We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080cb27 commit 010576cCopy full SHA for 010576c
Doc/library/math.rst
@@ -299,7 +299,7 @@ Number-theoretic and representation functions
299
300
Roughly equivalent to::
301
302
- sum(itertools.starmap(operator.mul, zip(p, q, strict=true)))
+ sum(itertools.starmap(operator.mul, zip(p, q, strict=True)))
303
304
For float and mixed int/float inputs, the intermediate products
305
and sums are computed with extended precision.
0 commit comments