spectrochempy.Quantity.prod

Quantity.prod(_prod_dispatcher)def prod(a, axis=None, dtype=None, out=None, keepdims=np._NoValue, initial=np._NoValue, where=np._NoValue)[source]

Return the product of quantity elements over a given axis

Wraps np.prod().