Skip to content

Commit e66c591

Browse files
committed
Update artifacts
1 parent ff8df4e commit e66c591

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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,"3379b4c23a517b701f909a4ff163a20ac826bf71","2025-12-12 08:15:13 +0000"]
1+
[55,55,100,1,1,100,0,0,100,55,55,100,"61a0888c67ebcfe3db7a7a5b4ee542ee67c69074","2025-12-12 09:07:32 +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-12T08:18:12.466Z
104+
at 2025-12-12T09:10:13.778Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float16/ln-two-pi/index.js.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@ <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.837890625
204+
* // returns 1.8369140625
205205
*/
206206
&nbsp;
207207
// MODULES //
208208
&nbsp;
209-
var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float16' );
209+
// (removed conversion import; not needed for hardcoded float16 value)
210210
&nbsp;
211211
&nbsp;
212212
// MAIN //
@@ -220,9 +220,9 @@ <h1><a href="index.html">All files</a> index.js</h1>
220220
*
221221
* @constant
222222
* @type {number}
223-
* @default 1.837890625
223+
* @default 1.8369140625
224224
*/
225-
var FLOAT16_LN_TWO_PI = float64ToFloat32( 1.8378770664093456 );
225+
var FLOAT16_LN_TWO_PI = 1.8369140625;
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-12T08:18:12.466Z
238+
at 2025-12-12T09:10:13.778Z
239239
</div>
240240
<script src="prettify.js"></script>
241241
<script>

0 commit comments

Comments
 (0)