Skip to content

Commit cc4bec3

Browse files
committed
docs: correct empty-input return statement in blas/base/ndarray/sdsdot
1 parent 4bbec76 commit cc4bec3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/base/ndarray/sdsdot/docs

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Computes the dot product of two one-dimensional single-precision floating-
44
point ndarrays with extended accumulation.
55

6-
If provided an empty input ndarray, the function returns `0.0`.
6+
If provided an empty input ndarray, the function returns the scalar
7+
constant.
78

89
Parameters
910
----------

0 commit comments

Comments
 (0)