[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
multiplication
- Subject: multiplication
- From: marc <m_schellens(at)hotmail.com>
- Date: Tue, 28 Mar 2000 13:58:04 +0900
- Newsgroups: comp.lang.idl-pvwave
- Organization: Institute of Physical & Chemical Research (RIKEN) Saitama,Japan
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:19064
Is there a function like TOTAL but for multiplication.
Like the big PI symbol in mathematical notation.
Or this really something for the for loop?
I.E.
a=[1,2,3,...]
result=a[1]*a[2]*a[3]...
thanks,
marc