Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 42b8216

Browse files
committedMay 26, 2025·
Update artifacts
1 parent d97e8ed commit 42b8216

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed
 
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[52,52,100,1,1,100,0,0,100,52,52,100,"04f0f1e3fc1bf222de7708c66710512b3f47a979","2025-03-18 03:14:58 -0700"]
22
[52,52,100,1,1,100,0,0,100,52,52,100,"9da756fc7693aabf8ccb8e8af1a444372253f4f4","2025-04-21 21:35:30 -0400"]
3+
[52,52,100,1,1,100,0,0,100,52,52,100,"9a41c60577db195a819cbc161bf41961343f7cfb","2025-05-26 00:41:39 -0700"]

‎constants/float32/gamma-lanczos-g/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1><a href="../../../../index.html">All files</a> constants/float32/gamma-lancz
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-04-22T01:36:42.589Z
104+
at 2025-05-26T07:43:35.119Z
105105
</div>
106106
<script src="../../../../prettify.js"></script>
107107
<script>

‎constants/float32/gamma-lanczos-g/index.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">consta
195195
*
196196
* @example
197197
* var FLOAT32_GAMMA_LANCZOS_G = require( '@stdlib/constants/float32/gamma-lanczos-g' );
198-
* // returns 10.900510787963867
198+
* // returns 1.42845618724823
199199
*/
200200
&nbsp;
201201
// MODULES //
@@ -210,10 +210,10 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">consta
210210
*
211211
* @constant
212212
* @type {number}
213-
* @default 10.900510787963867
213+
* @default 1.42845618724823
214214
* @see [Lanczos Approximation]{@link https://en.wikipedia.org/wiki/Lanczos_approximation}
215215
*/
216-
var FLOAT32_GAMMA_LANCZOS_G = float64ToFloat32( 10.900511 );
216+
var FLOAT32_GAMMA_LANCZOS_G = float64ToFloat32( 1.428456135094165802001953125 );
217217
&nbsp;
218218
&nbsp;
219219
// EXPORTS //
@@ -226,7 +226,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">consta
226226
<div class='footer quiet pad2 space-top1 center small'>
227227
Code coverage generated by
228228
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
229-
at 2025-04-22T01:36:42.589Z
229+
at 2025-05-26T07:43:35.119Z
230230
</div>
231231
<script src="../../../../prettify.js"></script>
232232
<script>

0 commit comments

Comments
 (0)
Please sign in to comment.