Skip to content

Commit 27fbdd4

Browse files
committed
Update artifacts
1 parent 34c0205 commit 27fbdd4

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[49,49,100,1,1,100,0,0,100,49,49,100,"56e6edfcdf0dda1a348a92a67378729861cf24e1","2023-08-19 11:21:02 -0400"]
2+
[49,49,100,1,1,100,0,0,100,49,49,100,"f4bf6e691a0617ac2ffa97514a20f23b62b5ccce","2025-03-20 17:51:02 -0700"]

constants/float64/eulergamma/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>All files</h1>
5757
<template id="filterTemplate">
5858
<div class="quiet">
5959
Filter:
60-
<input oninput="onInput()" type="search" id="fileSearch">
60+
<input type="search" id="fileSearch">
6161
</div>
6262
</template>
6363
</div>
@@ -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 2023-08-19T15:39:30.439Z
104+
at 2025-03-21T00:51:58.406Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float64/eulergamma/index.js.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
5757
<template id="filterTemplate">
5858
<div class="quiet">
5959
Filter:
60-
<input oninput="onInput()" type="search" id="fileSearch">
60+
<input type="search" id="fileSearch">
6161
</div>
6262
</template>
6363
</div>
@@ -188,7 +188,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
188188
* @type {number}
189189
*
190190
* @example
191-
* var GAMMA = require( '@stdlib/constants/float64/eulergamma' );
191+
* var EULERGAMMA = require( '@stdlib/constants/float64/eulergamma' );
192192
* // returns 0.5772156649015329
193193
*/
194194
&nbsp;
@@ -204,20 +204,20 @@ <h1><a href="index.html">All files</a> index.js</h1>
204204
* @see [OEIS]{@link http://oeis.org/A001620}
205205
* @see [Mathworld]{@link http://mathworld.wolfram.com/Euler-MascheroniConstant.html}
206206
*/
207-
var GAMMA = 0.577215664901532860606512090082402431042;
207+
var EULERGAMMA = 0.577215664901532860606512090082402431042;
208208
&nbsp;
209209
&nbsp;
210210
// EXPORTS //
211211
&nbsp;
212-
module.exports = GAMMA;
212+
module.exports = EULERGAMMA;
213213
&nbsp;</pre></td></tr></table></pre>
214214

215215
<div class='push'></div><!-- for sticky footer -->
216216
</div><!-- /wrapper -->
217217
<div class='footer quiet pad2 space-top1 center small'>
218218
Code coverage generated by
219219
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
220-
at 2023-08-19T15:39:30.439Z
220+
at 2025-03-21T00:51:58.406Z
221221
</div>
222222
<script src="prettify.js"></script>
223223
<script>

0 commit comments

Comments
 (0)