chickadee » numchi » array-prod

array-prod a #!key axis (dtype generic-storage-class)procedure

Return the product of the array elements over the given axis

DIFF: Because the result may overflow, on (array-default-copy #t) the returned array has the generic storage class by default.

Similar: ndarray.prod