Skip to content

Add dtype keyword argument to sum and prod #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Sep 17, 2021
Prev Previous commit
Next Next commit
Update desc
  • Loading branch information
kgryte authored Sep 17, 2021
commit ae7e79bf6a8adab4daf8c6de381d0be2a70a4707
2 changes: 1 addition & 1 deletion spec/API_specification/statistical_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Calculates the sum of the input array `x`.

- **out**: _<array>_

- if the sum was computed over the entire array, a zero-dimensional array containing the sum; otherwise, an array containing the sums.
- if the sum was computed over the entire array, a zero-dimensional array containing the sum; otherwise, an array containing the sums. The returned array must have a data type as described by the `dtype` parameter above.

(function-var)=
### var(x, /, *, axis=None, correction=0.0, keepdims=False)
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy