Skip to content

Commit 5a05b11

Browse files
committed
fix description
1 parent e7d9db4 commit 5a05b11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

22
{{alias}}( arrays )
33
Multiplies a one-dimensional double-precision floating-point ndarray `x`
4-
by a constant `alpha` and adds the result to a one-dimensional ndarray `y`.
4+
by a constant `alpha` and adds the result to a one-dimensional
5+
double-precision floating-point ndarray `y`.
56

67
If provided an empty input ndarray, the function returns the output ndarray
78
unchanged.

0 commit comments

Comments
 (0)