Difference between revisions of "Product"
Line 11: | Line 11: | ||
== Examples == | == Examples == | ||
:<code>Index I := 1..10</code> | :<code>Index I := 1..10</code> | ||
− | :<code>Product(1 + 1/ | + | :<code>Product(1 + 1/I, J) → 11</code> |
== See Also == | == See Also == |
Revision as of 05:29, 22 May 2025
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..10
Product(1 + 1/I, J) → 11
See Also
Comments
Enable comment auto-refresher