numpy prod

Solutions on MaxInterview for numpy prod by the best coders in the world

showing results for - "numpy prod"
Cassia
19 Feb 2016
1numpy.prod(a, axis=None, dtype=None, out=None, 
2           keepdims=<no value>, initial=<no value>, where=<no value>)
3
4#Return the product of array elements over a given axis.