Skip to content

Commit bfe28a8

Browse files
committed
Update artifacts
1 parent 7c370fd commit bfe28a8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[49,49,100,1,1,100,0,0,100,49,49,100,"a45e80bc648058dbe883fd6b710fc0356344cc9a","2025-12-12 19:16:56 +0530"]
1+
[49,49,100,1,1,100,0,0,100,49,49,100,"b89a9e411d46be5d503d259df8fa6fe2181cf84b","2025-12-17 21:46:24 +0530"]

constants/float16/max-safe-nth-fibonacci/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-12-12T13:52:03.869Z
104+
at 2025-12-17T16:20:06.560Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float16/max-safe-nth-fibonacci/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 FLOAT16_MAX_SAFE_NTH_FIBONACCI = require( '@stdlib/constants/float16/max-safe-nth-fibonacci' );
192-
* // returns 24
192+
* // returns 17
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 24
203+
* @default 17
204204
* @see [Fibonacci number]{@link https://en.wikipedia.org/wiki/Fibonacci_number}
205205
* @see [IEEE 754]{@link https://en.wikipedia.org/wiki/IEEE_754-1985}
206206
*/
207-
var FLOAT16_MAX_SAFE_NTH_FIBONACCI = 24|0; // asm type annotation
207+
var FLOAT16_MAX_SAFE_NTH_FIBONACCI = 17|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 2025-12-12T13:52:03.869Z
220+
at 2025-12-17T16:20:06.560Z
221221
</div>
222222
<script src="prettify.js"></script>
223223
<script>

0 commit comments

Comments
 (0)