Skip to content

Commit 4046601

Browse files
authored
docs: update example
Signed-off-by: Athan <[email protected]>
1 parent 19d447b commit 4046601

File tree

1 file changed

+0
-4
lines changed
  • lib/node_modules/@stdlib/blas/base/wasm/scasum

1 file changed

+0
-4
lines changed

lib/node_modules/@stdlib/blas/base/wasm/scasum/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ var x = new Complex64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, 0.0, -1.0, -3.0 ] );
103103

104104
var sum = scasum.ndarray( 2, x, 1, x.length-2 );
105105
// returns 8.0
106-
107-
// Using a negative stride to sum from the last element:
108-
sum = scasum.ndarray( 4, x, -1, x.length-1 );
109-
// returns 19.0
110106
```
111107

112108
* * *

0 commit comments

Comments
 (0)