Skip to content

Commit dcc1985

Browse files
committed
Update artifacts
1 parent e66c591 commit dcc1985

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,"61a0888c67ebcfe3db7a7a5b4ee542ee67c69074","2025-12-12 09:07:32 +0000"]
1+
[55,55,100,1,1,100,0,0,100,55,55,100,"0122fb7168b77ddb17ce51f7a733ce8d0168f862","2025-12-16 09:17:20 +0000"]

constants/float16/ln-two-pi/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-12T09:10:13.778Z
104+
at 2025-12-16T09:20:16.598Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float16/ln-two-pi/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_LN_TWO_PI = require( '@stdlib/constants/float16/ln-two-pi' );
204-
* // returns 1.8369140625
204+
* // returns 1.837890625
205205
*/
206206
&nbsp;
207207
// MODULES //
@@ -220,9 +220,9 @@ <h1><a href="index.html">All files</a> index.js</h1>
220220
*
221221
* @constant
222222
* @type {number}
223-
* @default 1.8369140625
223+
* @default 1.837890625
224224
*/
225-
var FLOAT16_LN_TWO_PI = 1.8369140625;
225+
var FLOAT16_LN_TWO_PI = 1.837890625;
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-12T09:10:13.778Z
238+
at 2025-12-16T09:20:16.598Z
239239
</div>
240240
<script src="prettify.js"></script>
241241
<script>

0 commit comments

Comments
 (0)