product
product
-- provides the product of the members of a list or set, optionally with a function applied to each one.
product List
-- product the elements of a list or sequence
product(List,List,Function)
-- product results of applying a function
product(List,Function)
-- product results of applying a function
product(ZZ,Function)
-- product consecutive values of a function
product Tally
-- product elements of a tally
product Set
-- product elements of a tally