Product
Revision as of 14:26, 22 May 2025 by Fredbrunt (talk | contribs) (→Examples: Minor fix to example con't)
Product(X, I)
Returns the product of all of the elements of «X», along the dimension indexed by «I».
- Product(X: Array[I]; I: Index)
Examples
Index I := 1..10Product(1 + 1/I, I) → 11
See Also
Comments
Enable comment auto-refresher