Skip to content

Product

Evaluates the product.

$ wo 'Product[i^2, {i, 1, 6}]'
518400
$ wo 'Product[i^2, {i, 1, n}]'
n!^2