Skip to content

Commit 12f7529

Browse files
committed
Update artifacts
1 parent 5a0c0fb commit 12f7529

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

math/base/special/frexpf/assign.js.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -359,27 +359,27 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
359359
* @returns {Collection} output array
360360
*
361361
* @example
362-
* var out = frexpf( 4.0, new Array( 2 ), 1, 0 );
362+
* var out = frexpf( 4.0, [ 0.0, 0 ], 1, 0 );
363363
* // returns [ 0.5, 3 ]
364364
*
365365
* @example
366-
* var out = frexpf( 0.0, new Array( 2 ), 1, 0 );
366+
* var out = frexpf( 0.0, [ 0.0, 0 ], 1, 0 );
367367
* // returns [ 0.0, 0 ]
368368
*
369369
* @example
370-
* var out = frexpf( -0.0, new Array( 2 ), 1, 0 );
370+
* var out = frexpf( -0.0, [ 0.0, 0 ], 1, 0 );
371371
* // returns [ -0.0, 0 ]
372372
*
373373
* @example
374-
* var out = frexpf( NaN, new Array( 2 ), 1, 0 );
374+
* var out = frexpf( NaN, [ 0.0, 0 ], 1, 0 );
375375
* // returns [ NaN, 0 ]
376376
*
377377
* @example
378-
* var out = frexpf( Infinity, new Array( 2 ), 1, 0 );
378+
* var out = frexpf( Infinity, [ 0.0, 0 ], 1, 0 );
379379
* // returns [ Infinity , 0 ]
380380
*
381381
* @example
382-
* var out = frexpf( -Infinity, new Array( 2 ), 1, 0 );
382+
* var out = frexpf( -Infinity, [ 0.0, 0 ], 1, 0 );
383383
* // returns [ -Infinity , 0 ]
384384
*/
385385
function frexpf( x, out, stride, offset ) {
@@ -430,7 +430,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
430430
<div class='footer quiet pad2 space-top1 center small'>
431431
Code coverage generated by
432432
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
433-
at 2025-05-25T21:21:27.214Z
433+
at 2025-05-26T02:41:46.022Z
434434
</div>
435435
<script src="../../../../../prettify.js"></script>
436436
<script>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[328,328,100,11,11,100,3,3,100,328,328,100,"24bf6ac2d99478a8c81f144cd056bff9393ce780","2025-05-25 14:18:49 -0700"]
1+
[328,328,100,11,11,100,3,3,100,328,328,100,"ddcd27da7e90ca300544a555c671181866780d8a","2025-05-25 19:07:59 -0700"]

math/base/special/frexpf/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/frexpf/l
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2025-05-25T21:21:27.214Z
149+
at 2025-05-26T02:41:46.022Z
150150
</div>
151151
<script src="../../../../../prettify.js"></script>
152152
<script>

math/base/special/frexpf/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
292292
<div class='footer quiet pad2 space-top1 center small'>
293293
Code coverage generated by
294294
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
295-
at 2025-05-25T21:21:27.214Z
295+
at 2025-05-26T02:41:46.022Z
296296
</div>
297297
<script src="../../../../../prettify.js"></script>
298298
<script>

math/base/special/frexpf/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
265265
<div class='footer quiet pad2 space-top1 center small'>
266266
Code coverage generated by
267267
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
268-
at 2025-05-25T21:21:27.214Z
268+
at 2025-05-26T02:41:46.022Z
269269
</div>
270270
<script src="../../../../../prettify.js"></script>
271271
<script>

math/base/special/frexpf/native.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
277277
<div class='footer quiet pad2 space-top1 center small'>
278278
Code coverage generated by
279279
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
280-
at 2025-05-25T21:21:27.214Z
280+
at 2025-05-26T02:41:46.022Z
281281
</div>
282282
<script src="../../../../../prettify.js"></script>
283283
<script>

0 commit comments

Comments
 (0)