Skip to content

Commit dd0b73f

Browse files
committed
Update artifacts
1 parent 9b5feea commit dd0b73f

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
[49,49,100,1,1,100,0,0,100,49,49,100,"d0ebce3a1ed53532f2bee61096fa08400f534437","2024-09-30 22:06:29 -0700"]
22
[49,49,100,1,1,100,0,0,100,49,49,100,"7a824b1fee5300e447dcf8278a2397b6ad3a9f1c","2025-03-29 14:17:09 -0400"]
3+
[49,49,100,1,1,100,0,0,100,49,49,100,"170ed65bcf933f7a7642bd735e1d376cbc0ecb6d","2025-04-20 22:32:05 -0700"]

constants/float64/max-safe-nth-double-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 2025-03-29T18:18:10.601Z
104+
at 2025-04-21T05:33:50.808Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float64/max-safe-nth-double-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_DOUBLE_FACTORIAL = require( '@stdlib/constants/float64/max-safe-nth-double-factorial' );
192-
* // returns 300
192+
* // returns 29
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 300
203+
* @default 29
204204
* @see [double factorial]{@link https://en.wikipedia.org/wiki/Double_factorial}
205205
* @see [IEEE 754]{@link https://en.wikipedia.org/wiki/IEEE_754-1985}
206206
*/
207-
var FLOAT64_MAX_SAFE_NTH_DOUBLE_FACTORIAL = 300|0; // eslint-disable-line id-length
207+
var FLOAT64_MAX_SAFE_NTH_DOUBLE_FACTORIAL = 29|0; // eslint-disable-line id-length
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 2025-03-29T18:18:10.601Z
220+
at 2025-04-21T05:33:50.808Z
221221
</div>
222222
<script src="prettify.js"></script>
223223
<script>

0 commit comments

Comments
 (0)