Skip to content

Commit 3f75a2e

Browse files
committed
Update artifacts
1 parent a65a1d2 commit 3f75a2e

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,"fa2233ef7a52ed797a96f96083bf4ce7a8d4ca7a","2025-09-19 14:13:16 -0700"]
1+
[182,182,100,7,7,100,2,2,100,182,182,100,"00b3c5f0ebf303c2b1b3ffa7cbdd250c50c7188a","2025-09-19 14:14:01 -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:14:48.869Z
134+
at 2025-09-19T21:15:38.752Z
135135
</div>
136136
<script src="../../../../../../prettify.js"></script>
137137
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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:14:48.869Z
229+
at 2025-09-19T21:15:38.752Z
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:14:48.869Z
274+
at 2025-09-19T21:15:38.752Z
275275
</div>
276276
<script src="../../../../../../prettify.js"></script>
277277
<script>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,15 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
226226
*
227227
* @example
228228
* var v = maxf( 3.14, 4.2 );
229-
* // returns 4.199999809265137
229+
* // returns ~4.2
230230
*
231231
* @example
232232
* var v = maxf( 3.14, NaN );
233233
* // returns NaN
234234
*
235235
* @example
236236
* var v = maxf( NaN, 3.14 );
237-
* // returns 3.140000104904175
237+
* // returns ~3.14
238238
*
239239
* @example
240240
* var v = maxf( -0.0, +0.0 );
@@ -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:14:48.869Z
262+
at 2025-09-19T21:15:38.752Z
263263
</div>
264264
<script src="../../../../../../prettify.js"></script>
265265
<script>

0 commit comments

Comments
 (0)