numpy prod

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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.