Skip to content

Commit 54e3526

Browse files
committed
Update artifacts
1 parent e62f1cc commit 54e3526

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[182,182,100,7,7,100,2,2,100,182,182,100,"c9a66c7f333e5552b729692cba14f905239ab25a","2025-09-19 14:09:15 -0700"]
1+
[182,182,100,7,7,100,2,2,100,182,182,100,"bddb5352d5b3c99aeebda396ba21fc24f0d3019c","2025-09-19 14:10:31 -0700"]

math/base/special/fast/maxf/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1><a href="../../../../../../index.html">All files</a> math/base/special/fast/
131131
<div class='footer quiet pad2 space-top1 center small'>
132132
Code coverage generated by
133133
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134-
at 2025-09-19T21:10:48.055Z
134+
at 2025-09-19T21:12:02.182Z
135135
</div>
136136
<script src="../../../../../../prettify.js"></script>
137137
<script>

math/base/special/fast/maxf/index.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
196196
* var maxf = require( '@stdlib/math/base/special/fast/maxf' );
197197
*
198198
* var v = maxf( 3.14, 4.2 );
199-
* // returns 4.199999809265137
199+
* // returns ~4.2
200200
*
201201
* var v = maxf( 3.14, NaN );
202202
* // returns NaN
203203
*
204204
* var v = maxf( NaN, 3.14 );
205-
* // returns 3.140000104904175
205+
* // returns ~3.14
206206
*
207207
* var v = maxf( -0.0, +0.0 );
208208
* // returns +0.0
@@ -226,7 +226,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
226226
<div class='footer quiet pad2 space-top1 center small'>
227227
Code coverage generated by
228228
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
229-
at 2025-09-19T21:10:48.055Z
229+
at 2025-09-19T21:12:02.182Z
230230
</div>
231231
<script src="../../../../../../prettify.js"></script>
232232
<script>

math/base/special/fast/maxf/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
271271
<div class='footer quiet pad2 space-top1 center small'>
272272
Code coverage generated by
273273
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
274-
at 2025-09-19T21:10:48.055Z
274+
at 2025-09-19T21:12:02.182Z
275275
</div>
276276
<script src="../../../../../../prettify.js"></script>
277277
<script>

math/base/special/fast/maxf/native.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
259259
<div class='footer quiet pad2 space-top1 center small'>
260260
Code coverage generated by
261261
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
262-
at 2025-09-19T21:10:48.055Z
262+
at 2025-09-19T21:12:02.182Z
263263
</div>
264264
<script src="../../../../../../prettify.js"></script>
265265
<script>

0 commit comments

Comments
 (0)