Skip to content

Commit 4bb6b8a

Browse files
committed
Update artifacts
1 parent 1f3d215 commit 4bb6b8a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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,"b0c2f17eee5fd08f07170f3abfeeb147b3fd9d5d","2025-12-18 09:10:43 +0530"]
1+
[56,56,100,1,1,100,0,0,100,56,56,100,"99f3ef70a29d77bb8547bc8a6641367c87f64e6c","2025-12-18 09:19:30 +0530"]

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-18T03:45:16.329Z
104+
at 2025-12-18T03:50:45.609Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

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

Lines changed: 3 additions & 3 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 {uinteger16}
202+
* @type {number}
203203
*
204204
* @example
205205
* var FLOAT16_ABS_MASK = require( '@stdlib/constants/float16/abs-mask' );
@@ -221,7 +221,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
221221
* ```
222222
*
223223
* @constant
224-
* @type {uinteger16}
224+
* @type {number}
225225
* @default 0x7fff
226226
* @see [IEEE 754]{@link https://en.wikipedia.org/wiki/IEEE_754-1985}
227227
*/
@@ -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-18T03:45:16.329Z
241+
at 2025-12-18T03:50:45.609Z
242242
</div>
243243
<script src="prettify.js"></script>
244244
<script>

0 commit comments

Comments
 (0)