[top][index]
search for:

product

product -- provides the product of the members of a list or set, optionally with a function applied to each one.

Ways to use product :

  • product {...} -- product of elements
  • product Set -- product of elements
  • product Tally -- product of elements
  • product(Sequence,Sequence,Function)
  • product(Sequence,List,Function)
  • product(Sequence,Function)
  • product(List,Sequence,Function)
  • product({...},{...},Function) -- product of results of applying a function pairwise
  • product({...},Function) -- product of values of a function
  • product(ZZ,Function) -- product of consecutive values of a function

  • [top][index]
    search for: