[Numpy-discussion] numpy.prod() vs. numpy.product()

Sebastian Haase haase at msg.ucsf.edu
Mon Jul 24 14:37:35 EDT 2006


Hi,
Are numpy.product() and numpy.prod()
doing the exact same thing ? If yes, why are they pointing to two different 
functions ?
>>> N.prod
<function prod at 0x43cef56c>
>>> N.product
<function product at 0x43cef304>

Thanks,
Sebastian Haase




More information about the NumPy-Discussion mailing list