Open webartifex opened 3 years ago
The product() example function in Chapters 7 & 8 implements the new math.prod() function in Python 3.8+
product()
math.prod()
cf. https://realpython.com/python-math-module/#new-additions-to-the-math-module-in-python-38
The
product()
example function in Chapters 7 & 8 implements the newmath.prod()
function in Python 3.8+cf. https://realpython.com/python-math-module/#new-additions-to-the-math-module-in-python-38