Subversion Repositories wimsdev

Rev

Rev 11210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11210 Rev 11220
Line 2... Line 2...
2
tit:product
2
tit:product
3
type:$type_both
3
type:$type_both
4
alias:!prod, !multiply
4
alias:prod, multiply
5
syntax:!product `fn' for `v'=`v1' to `v2' [step `st']\
5
syntax:!product `fn' for `v'=`v1' to `v2' [step `st']\
6
$ !product `fn' for `v' in `v1,v2,v3,...'
6
$ !product `fn' for `v' in `v1,v2,v3,...'
7
mean:Computes the product of a function `fn(v)' with variable `v' replaced \
7
mean:Computes the product of a function `fn(v)' with variable `v' replaced \
8
  successively by values `v1', ..., `v2'. <p>\
8
  successively by values `v1', ..., `v2'. <p>\
9
  In the second syntax, the values are given with respect to each item in the list `v1,v2,...'.\
9
  In the second syntax, the values are given with respect to each item in the list `v1,v2,...'.\