Skip to content

Commit 48d94a7

Browse files
committed
Update artifacts
1 parent af32fa2 commit 48d94a7

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 +1,2 @@
11
[51,51,100,1,1,100,0,0,100,51,51,100,"8552f2c71db0996da51c6170dd9dc834ac74a43c","2024-08-22 21:42:39 -0700"]
2+
[51,51,100,1,1,100,0,0,100,51,51,100,"43cd244790fb505f69250a7ff28e31e5d901c5fd","2025-04-21 17:51:59 -0700"]

constants/float32/max-safe-nth-factorial/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 2024-08-23T04:44:27.648Z
104+
at 2025-04-22T00:53:41.929Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float32/max-safe-nth-factorial/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> index.js</h1>
195195
*
196196
* @example
197197
* var FLOAT32_MAX_SAFE_NTH_FACTORIAL = require( '@stdlib/constants/float32/max-safe-nth-factorial' );
198-
* // returns 34
198+
* // returns 10
199199
*/
200200
&nbsp;
201201
&nbsp;
@@ -206,11 +206,11 @@ <h1><a href="index.html">All files</a> index.js</h1>
206206
*
207207
* @constant
208208
* @type {integer}
209-
* @default 34
209+
* @default 10
210210
* @see [factorial]{@link https://en.wikipedia.org/wiki/Factorial}
211211
* @see [IEEE 754]{@link https://en.wikipedia.org/wiki/IEEE_754-1985}
212212
*/
213-
var FLOAT32_MAX_SAFE_NTH_FACTORIAL = 34|0; // asm type annotation
213+
var FLOAT32_MAX_SAFE_NTH_FACTORIAL = 10|0; // asm type annotation
214214
&nbsp;
215215
&nbsp;
216216
// EXPORTS //
@@ -223,7 +223,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
223223
<div class='footer quiet pad2 space-top1 center small'>
224224
Code coverage generated by
225225
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
226-
at 2024-08-23T04:44:27.648Z
226+
at 2025-04-22T00:53:41.929Z
227227
</div>
228228
<script src="prettify.js"></script>
229229
<script>

0 commit comments

Comments
 (0)