- array-mean a #!key axis (dtype generic-storage-class)procedure
Returns the average of the array elements along given axis.
DIFF: This procedure will return averages as exact numbers where possible, so on (array-default-copy #t) the returned array has the generic storage class by default.
Similar: mean