Product of an empty sequence

Ivan Vilata i Balaguer ivilata at carabos.com
Thu Oct 19 07:59:08 EDT 2006


Today I was surprised by this::

>>> import numpy
>>> numpy.__version__
'1.0.dev3341'
>>> numpy.prod(())
1.0

Wouldn't be 0.0 a more natural answer?  I understand that 1 is neutral
on product operations, but I still can't see why 1.0 is a better answer.
 Sorry for the clueless question, but I have searched lists, docstrings
and web and found nothing about this.

(BTW, the definitions of ``prod()`` and ``product()`` are still
identical as noted by Sebastian Haase some time ago.)

::

	Ivan Vilata i Balaguer   >qo<   http://www.carabos.com/
	       Cárabos Coop. V.  V  V   Enjoy Data
	                          ""

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 309 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20061019/cce48f78/attachment.sig>
-------------- next part --------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
-------------- next part --------------
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion


More information about the NumPy-Discussion mailing list