array_product
Calculate the product of values in an array
&reftitle.description;
numberarray_product
arrayarray
array_product returns the product of values
in an array.
&reftitle.parameters;
array
The array.
&reftitle.returnvalues;
Returns the product as an integer or float.
&reftitle.changelog;
&Version;
&Description;
5.3.6
The product of an empty array is now 1, when before this function would
return 0 for an empty array.
&reftitle.examples;
array_product examples
]]>
&example.outputs;