Skip to content

Commit 225f683

Browse files
committed
Update artifacts
1 parent 9a38a73 commit 225f683

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[286,286,100,9,9,100,1,1,100,286,286,100,"6ebf16ef41849e70527abd056e83005fdf4936f8","2024-12-27 17:31:40 +0530"]
1+
[286,286,100,9,9,100,1,1,100,286,286,100,"998cefbf50d28c2511359202fd98dc2d07a58e9e","2025-02-03 00:04:54 +0530"]

array/base/broadcasted-quinary3d/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1><a href="../../../../index.html">All files</a> array/base/broadcasted-quinar
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2024-12-27T12:03:27.985Z
119+
at 2025-02-02T18:36:31.065Z
120120
</div>
121121
<script src="../../../../prettify.js"></script>
122122
<script>

array/base/broadcasted-quinary3d/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
262262
<div class='footer quiet pad2 space-top1 center small'>
263263
Code coverage generated by
264264
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
265-
at 2024-12-27T12:03:27.985Z
265+
at 2025-02-02T18:36:31.065Z
266266
</div>
267267
<script src="../../../../prettify.js"></script>
268268
<script>

array/base/broadcasted-quinary3d/main.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
537537
/**
538538
* Applies a quinary callback to elements in five broadcasted input arrays and assigns results to elements in a three-dimensional nested output array.
539539
*
540-
* @param {ArrayLikeObject&lt;Array&lt;Collection&gt;&gt;} arrays - array-like object containing five input nested arrays and one output nested array
540+
* @param {ArrayLikeObject&lt;Array&gt;} arrays - array-like object containing five input nested arrays and one output nested array
541541
* @param {ArrayLikeObject&lt;NonNegativeIntegerArray&gt;} shapes - array shapes
542542
* @param {Callback} fcn - quinary callback
543543
* @returns {void}
@@ -569,7 +569,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
569569
* bquinary3d( [ x, y, z, w, v, out ], shapes, add );
570570
*
571571
* console.log( out );
572-
* // =&gt; [ [ [ 5.0, 5.0 ], [ 5.0, 5.0 ] ] ]
572+
* // =&gt; [ [ [ 5.0, 5.0 ], [ 5.0, 5.0 ], [ 5.0, 5.0 ], [ 5.0, 5.0 ] ], [ [ 5.0, 5.0 ], [ 5.0, 5.0 ] ] ]
573573
*/
574574
function bquinary3d( arrays, shapes, fcn ) { // eslint-disable-line max-statements
575575
var dx0;
@@ -736,7 +736,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
736736
<div class='footer quiet pad2 space-top1 center small'>
737737
Code coverage generated by
738738
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
739-
at 2024-12-27T12:03:27.985Z
739+
at 2025-02-02T18:36:31.065Z
740740
</div>
741741
<script src="../../../../prettify.js"></script>
742742
<script>

0 commit comments

Comments
 (0)