product function
product([X])
product({X})
Result is the product of all elements of the array [X] or the list {X}
Input: numeric array or list
Result: numeric
Example:
product([2,3,4]) --> 24
In: Contents >> Working with equations >> Functions >> Built-in functions