You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/array/base/broadcasted-quinary2d/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
# bquinary2d
22
22
23
-
> Apply a quinary callback to elements in four[broadcasted][@stdlib/array/base/broadcast-array] nested input arrays and assign results to elements in a two-dimensional nested output array.
23
+
> Apply a quinary callback to elements in five[broadcasted][@stdlib/array/base/broadcast-array] nested input arrays and assign results to elements in a two-dimensional nested output array.
24
24
25
25
<sectionclass="intro">
26
26
@@ -38,7 +38,7 @@ var bquinary2d = require( '@stdlib/array/base/broadcasted-quinary2d' );
38
38
39
39
#### bquinary2d( arrays, shapes, fcn )
40
40
41
-
Applies a quinary callback to elements in four[broadcasted][@stdlib/array/base/broadcast-array] nested input arrays and assigns results to elements in a two-dimensional nested output array.
41
+
Applies a quinary callback to elements in five[broadcasted][@stdlib/array/base/broadcast-array] nested input arrays and assigns results to elements in a two-dimensional nested output array.
42
42
43
43
```javascript
44
44
var zeros2d =require( '@stdlib/array/base/zeros2d' );
0 commit comments