[ad_1]
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
