[issue27439] product function patch
Utkan Gezer
report at bugs.python.org
Sat Jul 2 08:11:18 EDT 2016
Utkan Gezer added the comment:
The use case is similar to the use case of sum() function, which is analogous to the sigma notation in mathematics, and is analogous to the use case of the pi notation in mathematics.
Regular loop should be equally enough to achieve the function of sum(), yet the sum() exists. Only apparent (to me) difference between the sum() and product() is that sum() is already built-in while product() is yet to be.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27439>
_______________________________________
More information about the Python-bugs-list
mailing list