Returns the product of the specified numbers.
product( factor, … )
factor: (Decimal Array) A number or set of numbers that will be factored into the final product.
Decimal
If all parameter values are integers, the function will return an integer.
product(2,3,4)
returns 24