Skip to content

Commit 84c1945

Browse files
committed
Update artifacts
1 parent ab1473d commit 84c1945

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-
[48,48,100,1,1,100,0,0,100,48,48,100,"eabebfe2c930143d8ae3cf5b74beaac31769d787","2025-12-12 08:50:32 +0000"]
1+
[48,48,100,1,1,100,0,0,100,48,48,100,"de1fca8e84719274305f992747040ca9757cfaf9","2025-12-16 09:31:19 +0000"]

constants/float16/log2-e/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-12T08:53:37.374Z
104+
at 2025-12-16T09:34:14.256Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float16/log2-e/index.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
187187
*
188188
* @example
189189
* var FLOAT16_LOG2E = require( '@stdlib/constants/float16/log2-e' );
190-
* // returns 1.443359375
190+
* // returns 1.4423828125
191191
*/
192192
&nbsp;
193193
// MAIN //
@@ -197,11 +197,11 @@ <h1><a href="index.html">All files</a> index.js</h1>
197197
*
198198
* @constant
199199
* @type {number}
200-
* @default 1.443359375
200+
* @default 1.4423828125
201201
* @see [OEIS]{@link https://oeis.org/A001113}
202202
* @see [Wikipedia]{@link https://en.wikipedia.org/wiki/E_(mathematical_constant)}
203203
*/
204-
var FLOAT16_LOG2E = 1.443359375;
204+
var FLOAT16_LOG2E = 1.4423828125;
205205
&nbsp;
206206
&nbsp;
207207
// EXPORTS //
@@ -214,7 +214,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
214214
<div class='footer quiet pad2 space-top1 center small'>
215215
Code coverage generated by
216216
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
217-
at 2025-12-12T08:53:37.374Z
217+
at 2025-12-16T09:34:14.256Z
218218
</div>
219219
<script src="prettify.js"></script>
220220
<script>

0 commit comments

Comments
 (0)