[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

multiplication



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