Skip to content

Commit 5e7ef85

Browse files
fix: CI errors
1 parent c7fb6b9 commit 5e7ef85

File tree

1 file changed

+3
-1
lines changed
  • lib/node_modules/@stdlib/array/base/broadcasted-quinary3d/docs

1 file changed

+3
-1
lines changed

lib/node_modules/@stdlib/array/base/broadcasted-quinary3d/docs/repl.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{{alias}}( arrays, shapes, fcn )
23
Applies a quinary callback to elements in five broadcasted input arrays
34
and assigns results to elements in a three-dimensional nested output array.
@@ -23,10 +24,11 @@
2324
> var w = [ 2.0 ];
2425
> var v = [ 1.0 ];
2526
> var out = [ [ [ 0.0, 0.0 ], [ 0.0, 0.0 ] ] ];
26-
> var shapes = [ [ 2 ], [ 2, 1 ] [ 1 ], [ 1 ], [ 1 ], [ 2, 2, 2 ] ];
27+
> var shapes = [ [ 2 ], [ 2, 1 ], [ 1 ], [ 1 ], [ 1 ], [ 2, 2, 2 ] ];
2728
> {{alias}}( [ x, y, z, w, v, out ], shapes, fcn );
2829
> out
2930
[ [ [ 0.0, 0.0 ], [ 0.0, 0.0 ] ] ]
3031

3132
See Also
3233
--------
34+

0 commit comments

Comments
 (0)