From: Sebastian H. <ha...@ms...> - 2006-07-24 18:41:30
|
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 |