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 aada0ab commit 85af9d8Copy full SHA for 85af9d8
lib/node_modules/@stdlib/ndarray/with/README.md
@@ -53,7 +53,7 @@ var x = zeros( [ 2, 2 ], {
53
// returns <ndarray>
54
55
var out = ndarrayWith( x, [ 0, 0 ], 1.0 );
56
-// returns <ndarray>[ 1.0 ]
+// returns <ndarray>[ [ 1, 0 ], [ 0, 0 ] ]
57
```
58
59
The function accepts the following arguments:
0 commit comments