-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
help wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requestneeds docsDocumentation for this change is requiredDocumentation for this change is required
Description
sum and mean both can take a function argument to apply to elements before summing or averaging, and this is documented:
?sum
sum(f, itr)Sum the results of calling function
fon each element ofitr.?mean
mean(f::Function, v)Apply the function
fto each element ofvand take the mean.
But ?prod doesn't show the method that takes a function argument.
Metadata
Metadata
Assignees
Labels
help wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requestneeds docsDocumentation for this change is requiredDocumentation for this change is required