Skip to content

Commit f4569fe

Browse files
committed
Update artifacts
1 parent 4e62308 commit f4569fe

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
[49,49,100,1,1,100,0,0,100,49,49,100,"86a4ebc428071bd60529c554881fbb6dab633cdd","2024-07-20 12:46:18 -0400"]
2+
[49,49,100,1,1,100,0,0,100,49,49,100,"a41f30e05539ab23eaa1b2e9ca7581029ea8b0aa","2025-04-20 04:19:10 -0700"]

constants/float64/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-07-20T16:48:04.320Z
104+
at 2025-04-20T11:24:59.711Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float64/max-safe-nth-factorial/index.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
189189
*
190190
* @example
191191
* var FLOAT64_MAX_SAFE_NTH_FACTORIAL = require( '@stdlib/constants/float64/max-safe-nth-factorial' );
192-
* // returns 170
192+
* // returns 18
193193
*/
194194
&nbsp;
195195
&nbsp;
@@ -200,11 +200,11 @@ <h1><a href="index.html">All files</a> index.js</h1>
200200
*
201201
* @constant
202202
* @type {integer}
203-
* @default 170
203+
* @default 18
204204
* @see [factorial]{@link https://en.wikipedia.org/wiki/Factorial}
205205
* @see [IEEE 754]{@link https://en.wikipedia.org/wiki/IEEE_754-1985}
206206
*/
207-
var FLOAT64_MAX_SAFE_NTH_FACTORIAL = 170|0; // asm type annotation
207+
var FLOAT64_MAX_SAFE_NTH_FACTORIAL = 18|0; // asm type annotation
208208
&nbsp;
209209
&nbsp;
210210
// EXPORTS //
@@ -217,7 +217,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
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 2024-07-20T16:48:04.320Z
220+
at 2025-04-20T11:24:59.711Z
221221
</div>
222222
<script src="prettify.js"></script>
223223
<script>

0 commit comments

Comments
 (0)