Product of a sequence of numbers
-
Hello I previously used this to calculate the sum of a sequence of numbers.
(function(){ var list = fieldname123|r.replace(/[^\.\d\,]/g,”).split(‘,’), count = list.length; return SUM(list, function(x){return POW(x,2);})/count; })()
Is there anything similar to calculate the product of a sequence?
For instance a*b*c…
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Product of a sequence of numbers’ is closed to new replies.