Skip to content

Commit 5ce7bad

Browse files
committed
Update artifacts
1 parent 5dabb2f commit 5ce7bad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[56,56,100,1,1,100,0,0,100,56,56,100,"1042c079995f45d5359959857b246bf5c353c879","2025-12-19 08:04:51 +0530"]
1+
[56,56,100,1,1,100,0,0,100,56,56,100,"23244f7b43fa9da440e854c273b9b998e353bb8a","2025-12-18 20:11:07 -0800"]

constants/float16/abs-mask/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1>All files</h1>
101101
<div class='footer quiet pad2 space-top1 center small'>
102102
Code coverage generated by
103103
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104-
at 2025-12-19T02:36:37.297Z
104+
at 2025-12-19T04:12:48.063Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float16/abs-mask/index.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
199199
* Mask for excluding the sign bit of a half-precision floating-point number.
200200
*
201201
* @module @stdlib/constants/float16/abs-mask
202-
* @type {number}
202+
* @type {uinteger16}
203203
*
204204
* @example
205205
* var FLOAT16_ABS_MASK = require( '@stdlib/constants/float16/abs-mask' );
@@ -221,11 +221,11 @@ <h1><a href="index.html">All files</a> index.js</h1>
221221
* ```
222222
*
223223
* @constant
224-
* @type {number}
224+
* @type {uinteger16}
225225
* @default 0x7fff
226226
* @see [IEEE 754]{@link https://en.wikipedia.org/wiki/IEEE_754-1985}
227227
*/
228-
var FLOAT16_ABS_MASK = 0x7fff|0;
228+
var FLOAT16_ABS_MASK = 0x7fff&gt;&gt;&gt;0;
229229
&nbsp;
230230
&nbsp;
231231
// EXPORTS //
@@ -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-19T02:36:37.297Z
241+
at 2025-12-19T04:12:48.063Z
242242
</div>
243243
<script src="prettify.js"></script>
244244
<script>

0 commit comments

Comments
 (0)