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 9f98254 commit 30c2f33Copy full SHA for 30c2f33
lib/node_modules/@stdlib/blas/ext/base/ndarray/slast-index-of/examples/index.js
@@ -36,7 +36,7 @@ var searchElement = scalar2ndarray( 80.0, {
36
});
37
console.log( 'Search Element:', ndarraylike2scalar( searchElement ) );
38
39
-var fromIndex = scalar2ndarray( -1, {
+var fromIndex = scalar2ndarray( 0, {
40
'dtype': 'generic'
41
42
console.log( 'From Index:', ndarraylike2scalar( fromIndex ) );
0 commit comments