Skip to content

Commit 7a03f62

Browse files
committed
Update artifacts
1 parent daee134 commit 7a03f62

File tree

7 files changed

+35
-35
lines changed

7 files changed

+35
-35
lines changed

stats/base/nanrange-by/accessors.js.html

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
272272
<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">/**
273273
* @license Apache-2.0
274274
*
275-
* Copyright (c) 2025 The Stdlib Authors.
275+
* Copyright (c) 2025 The Stdlib Authors
276276
*
277277
* Licensed under the Apache License, Version 2.0 (the "License");
278278
* you may not use this file except in compliance with the License.
@@ -300,8 +300,8 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
300300
*
301301
* @param {PositiveInteger} N - number of indexed elements
302302
* @param {Collection} x - input array/collection
303-
* @param {integer} stride - index increment
304-
* @param {NonNegativeInteger} offset - starting index
303+
* @param {integer} strideX - index increment
304+
* @param {NonNegativeInteger} offsetX - starting index
305305
* @param {Callback} clbk - callback
306306
* @param {*} [thisArg] - execution context
307307
* @returns {number} range
@@ -334,38 +334,38 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
334334
<span class="cstat-no" title="statement not covered" > return NaN;</span>
335335
<span class="cstat-no" title="statement not covered" > }</span>
336336
if ( N === 1 || strideX === 0 ) {
337-
v = clbk.call( thisArg, get( xbuf, 0 ), 0, 0, x );
338-
if ( v === void 0 || isnan( v ) ) {
339-
return NaN;
340-
}
341-
return 0.0;
337+
v = clbk.call( thisArg, get( xbuf, 0 ), 0, 0, x );
338+
if ( v === void 0 || isnan( v ) ) {
339+
return NaN;
340+
}
341+
return 0.0;
342342
}
343343
ix = offsetX;
344344
for ( i = 0; i &lt; N; i++ ) {
345-
min = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
346-
if ( min === min &amp;&amp; min !== void 0 ) {
347-
break;
348-
}
349-
ix += strideX;
345+
min = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
346+
if ( min === min &amp;&amp; min !== void 0 ) {
347+
break;
348+
}
349+
ix += strideX;
350350
}
351-
if ( i === N ) {
352-
return NaN;
351+
if ( i === N ) {
352+
return NaN;
353353
}
354354
max = min;
355355
i += 1;
356-
for ( i; i &lt; N; i++ ) {
357-
ix += strideX;
358-
v = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
359-
if ( v === void 0 || isnan( v ) ) {
360-
continue;
361-
}
362-
if ( v &lt; min ) {
363-
min = v;
364-
} else if ( v &gt; max ) {
365-
max = v;
366-
}
367-
}
368-
return max - min;
356+
for ( i; i &lt; N; i++ ) {
357+
ix += strideX;
358+
v = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
359+
if ( v === void 0 || isnan( v ) ) {
360+
continue;
361+
}
362+
if ( v &lt; min ) {
363+
min = v;
364+
}else if ( v &gt; max ) {
365+
max = v;
366+
}
367+
}
368+
return max - min;
369369
}
370370
&nbsp;
371371
&nbsp;
@@ -379,7 +379,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
379379
<div class='footer quiet pad2 space-top1 center small'>
380380
Code coverage generated by
381381
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
382-
at 2025-03-30T15:29:30.708Z
382+
at 2025-03-30T15:36:27.224Z
383383
</div>
384384
<script src="../../../../prettify.js"></script>
385385
<script>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[355,357,99.4398,56,57,98.2456,3,3,100,355,357,99.4398,"8920c660644d0f16630d3bb2f002a2bcf51328d3","2025-03-30 20:58:31 +0530"]
1+
[355,357,99.4398,56,57,98.2456,3,3,100,355,357,99.4398,"9008678240f2b8d8896562b774ca004c89ceab87","2025-03-30 21:05:28 +0530"]

stats/base/nanrange-by/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1><a href="../../../../index.html">All files</a> stats/base/nanrange-by/lib</h
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage generated by
163163
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164-
at 2025-03-30T15:29:30.708Z
164+
at 2025-03-30T15:36:27.224Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

stats/base/nanrange-by/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
250250
<div class='footer quiet pad2 space-top1 center small'>
251251
Code coverage generated by
252252
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
253-
at 2025-03-30T15:29:30.708Z
253+
at 2025-03-30T15:36:27.224Z
254254
</div>
255255
<script src="../../../../prettify.js"></script>
256256
<script>

stats/base/nanrange-by/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
175175
<div class='footer quiet pad2 space-top1 center small'>
176176
Code coverage generated by
177177
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
178-
at 2025-03-30T15:29:30.708Z
178+
at 2025-03-30T15:36:27.224Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

stats/base/nanrange-by/nanrange_by.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
235235
<div class='footer quiet pad2 space-top1 center small'>
236236
Code coverage generated by
237237
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
238-
at 2025-03-30T15:29:30.708Z
238+
at 2025-03-30T15:36:27.224Z
239239
</div>
240240
<script src="../../../../prettify.js"></script>
241241
<script>

stats/base/nanrange-by/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
382382
<div class='footer quiet pad2 space-top1 center small'>
383383
Code coverage generated by
384384
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
385-
at 2025-03-30T15:29:30.708Z
385+
at 2025-03-30T15:36:27.224Z
386386
</div>
387387
<script src="../../../../prettify.js"></script>
388388
<script>

0 commit comments

Comments
 (0)