Skip to content

Commit ab59c0a

Browse files
committed
Update artifacts
1 parent cb84f1f commit ab59c0a

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-
[123,123,100,3,3,100,1,1,100,123,123,100,"fd262b711416a2cda667883333662993925ca91e","2025-12-22 00:03:01 +0530"]
1+
[123,123,100,3,3,100,1,1,100,123,123,100,"eec2a375c19db86a18127b29220d2fa888d1218b","2025-12-22 00:11:42 +0530"]

number/float16/base/to-uint32/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>All files</h1>
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 2025-12-21T18:36:47.188Z
119+
at 2025-12-21T18:42:46.117Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

number/float16/base/to-uint32/index.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
196196
'use strict';
197197
&nbsp;
198198
/**
199-
* Convert a hlaf-precision floating-point number to an unsigned 32-bit integer.
199+
* Convert a half-precision floating-point number to an unsigned 32-bit integer.
200200
*
201201
* @module @stdlib/number/float16/base/to-uint32
202202
*
@@ -205,7 +205,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
205205
* var float16ToUint32 = require( '@stdlib/number/float16/base/to-uint32' );
206206
*
207207
* var y = float16ToUint32( float64ToFloat16( 4294967297.0 ) );
208-
* // returns 1
208+
* // returns 0
209209
*
210210
* y = float16ToUint32( float64ToFloat16( 3.14 ) );
211211
* // returns 3
@@ -238,7 +238,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
238238
<div class='footer quiet pad2 space-top1 center small'>
239239
Code coverage generated by
240240
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
241-
at 2025-12-21T18:36:47.188Z
241+
at 2025-12-21T18:42:46.117Z
242242
</div>
243243
<script src="prettify.js"></script>
244244
<script>

number/float16/base/to-uint32/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> main.js</h1>
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-12-21T18:36:47.188Z
274+
at 2025-12-21T18:42:46.117Z
275275
</div>
276276
<script src="prettify.js"></script>
277277
<script>

0 commit comments

Comments
 (0)