1.6.224. numpy.product

numpy.product(a, axis=None, dtype=None, out=None, keepdims=False)[source]

Return the product of array elements over a given axis.

See also

prod
equivalent function; see for details.