array_product
配列の値の積を計算する
&reftitle.description;
numberarray_product
arrayarray
array_product は、配列の値の積を計算します。
&reftitle.parameters;
array
配列。
&reftitle.returnvalues;
積を、integer あるいは float で返します。
&reftitle.changelog;
&Version;
&Description;
5.3.6
空の配列の積が 1 を返すようになりました。これまでのバージョンでは、空の配列に対しては 0 を返していました。
&reftitle.examples;
array_product の例
]]>
&example.outputs;