Skip to content

Commit 917e79a

Browse files
authored
docs: update copy
Signed-off-by: Athan <kgryte@gmail.com>
1 parent a7bb0a9 commit 917e79a

File tree

1 file changed

+2
-4
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gsumkbn/docs

1 file changed

+2
-4
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/gsumkbn/docs/repl.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
Computes the sum of all elements in a one-dimensional ndarray using an
44
improved Kahan–Babuška algorithm.
55

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`.
6+
If provided an empty ndarray, the function returns `0.0`.
97

108
Parameters
119
----------
@@ -14,7 +12,7 @@
1412

1513
Returns
1614
-------
17-
out: number|Complex
15+
out: number
1816
Sum.
1917

2018
Examples

0 commit comments

Comments
 (0)