File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/node_modules/@stdlib/blas/ext/base/ndarray/slast-index-of Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ var searchElement = scalar2ndarray( 2.0, {
52
52
' dtype' : ' float32'
53
53
});
54
54
55
- var fromIndex = scalar2ndarray ( 3 , {
55
+ var fromIndex = scalar2ndarray ( 0 , {
56
56
' dtype' : ' generic'
57
57
});
58
58
@@ -82,7 +82,7 @@ var searchElement = scalar2ndarray( 10.0, {
82
82
' dtype' : ' float32'
83
83
});
84
84
85
- var fromIndex = scalar2ndarray ( 3 , {
85
+ var fromIndex = scalar2ndarray ( 0 , {
86
86
' dtype' : ' generic'
87
87
});
88
88
@@ -129,7 +129,7 @@ var searchElement = scalar2ndarray( 80.0, {
129
129
});
130
130
console .log ( ' Search Element:' , ndarraylike2scalar ( searchElement ) );
131
131
132
- var fromIndex = scalar2ndarray ( - 1 , {
132
+ var fromIndex = scalar2ndarray ( 0 , {
133
133
' dtype' : ' generic'
134
134
});
135
135
console .log ( ' From Index:' , ndarraylike2scalar ( fromIndex ) );
You can’t perform that action at this time.
0 commit comments