Skip to content

Commit 91593e0

Browse files
committed
Update artifacts
1 parent 1f805bf commit 91593e0

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-
[54,54,100,1,1,100,0,0,100,54,54,100,"1e9ad7552aaedff3bbef3d608ad7cdfc3b6dc81f","2025-12-11 22:21:18 +0530"]
1+
[54,54,100,1,1,100,0,0,100,54,54,100,"0f9f3cf9c0e31d752df3f653af80c3656a77571e","2025-12-11 22:28:30 +0530"]

constants/float16/min-base2-exponent-subnormal/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-11T16:54:23.239Z
104+
at 2025-12-11T16:59:31.461Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float16/min-base2-exponent-subnormal/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
*
200200
* @example
201201
* var FLOAT16_MIN_BASE2_EXPONENT_SUBNORMAL = require( '@stdlib/constants/float16/min-base2-exponent-subnormal' );
202-
* // returns 24
202+
* // returns -24
203203
*/
204204
&nbsp;
205205
&nbsp;
@@ -209,7 +209,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
209209
* The minimum biased base 2 exponent for a subnormal half-precision floating-point number.
210210
*
211211
* ```text
212-
* -(BIAS+(10-1)) = -(15+9) = 24
212+
* -(BIAS+(10-1)) = -(15+9) = -24
213213
* ```
214214
*
215215
* where `BIAS = 15` and `10` is the number of digits in the significand.
@@ -232,7 +232,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
232232
<div class='footer quiet pad2 space-top1 center small'>
233233
Code coverage generated by
234234
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
235-
at 2025-12-11T16:54:23.239Z
235+
at 2025-12-11T16:59:31.461Z
236236
</div>
237237
<script src="prettify.js"></script>
238238
<script>

0 commit comments

Comments
 (0)