prod |
| math.prod() |
Returns test (math, numpy). |
| REMARKS |
| * math module * Calculate the product of all the elements in the input iterable. The default start value for the product is 1. |
import math
import numpy as np
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top