We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bb0a9 commit 917e79aCopy full SHA for 917e79a
lib/node_modules/@stdlib/blas/ext/base/ndarray/gsumkbn/docs/repl.txt
@@ -3,9 +3,7 @@
3
Computes the sum of all elements in a one-dimensional ndarray using an
4
improved Kahan–Babuška algorithm.
5
6
- If provided a real-valued empty ndarray, the function returns `0.0`.
7
-
8
- If provided a complex-valued empty ndarray, the function returns `0+0i`.
+ If provided an empty ndarray, the function returns `0.0`.
9
10
Parameters
11
----------
@@ -14,7 +12,7 @@
14
12
15
13
Returns
16
-------
17
- out: number|Complex
+ out: number
18
Sum.
19
20
Examples
0 commit comments