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 94d843a commit 2cc4943Copy full SHA for 2cc4943
lib/node_modules/@stdlib/ndarray/base/unary-strided1d/docs/repl.txt
@@ -77,23 +77,23 @@
77
... };
78
79
// Using minimal ndarray-like objects...
80
- > x = {
+ > var x = {
81
... 'dtype': dtype,
82
... 'data': xbuf,
83
... 'shape': shx,
84
... 'strides': sx,
85
... 'offset': ox,
86
... 'order': order
87
88
- > initial = {
+ > var initial = {
89
90
... 'data': new {{alias:@stdlib/array/float64}}( [ 0.0 ] ),
91
... 'shape': [],
92
... 'strides': [ 0 ],
93
... 'offset': 0,
94
95
96
- > y = {
+ > var y = {
97
98
... 'data': ybuf,
99
... 'shape': shy,
0 commit comments