math product for math

Returns the product of a list of numbers or the products of each column of a table.

Signature

> math product

Examples

Compute the product of a list of numbers

> [2 3 3 4] | math product
72