Skip to content

Commit 19e9a9d

Browse files
committed
Update artifacts
1 parent 52cbc87 commit 19e9a9d

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-
[55,55,100,1,1,100,0,0,100,55,55,100,"7c954a05a858c544ae66f0469b43ea16a9a60a56","2025-12-07 17:28:28 +0530"]
1+
[55,55,100,1,1,100,0,0,100,55,55,100,"26a4b03d658986d66e12697a1e9d4b6ecd19ee4b","2025-12-08 20:51:43 +0530"]

constants/float16/min-ln/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-07T12:00:45.336Z
104+
at 2025-12-08T15:22:47.308Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float16/min-ln/index.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
201201
*
202202
* @example
203203
* var FLOAT16_MIN_LN = require( '@stdlib/constants/float16/min-ln' );
204-
* // returns -708.5
204+
* // returns -9.703125
205205
*/
206206
&nbsp;
207207
// MAIN //
@@ -219,10 +219,10 @@ <h1><a href="index.html">All files</a> index.js</h1>
219219
*
220220
* @constant
221221
* @type {number}
222-
* @default -708.5
222+
* @default -9.703125
223223
* @see [IEEE 754]{@link https://en.wikipedia.org/wiki/IEEE_754-1985}
224224
*/
225-
var FLOAT16_MIN_LN = -708.5;
225+
var FLOAT16_MIN_LN = -9.703125;
226226
&nbsp;
227227
&nbsp;
228228
// EXPORTS //
@@ -235,7 +235,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
235235
<div class='footer quiet pad2 space-top1 center small'>
236236
Code coverage generated by
237237
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
238-
at 2025-12-07T12:00:45.336Z
238+
at 2025-12-08T15:22:47.308Z
239239
</div>
240240
<script src="prettify.js"></script>
241241
<script>

0 commit comments

Comments
 (0)