Skip to content

Commit 85ccb8f

Browse files
committed
Update artifacts
1 parent 0cef3c5 commit 85ccb8f

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,"80acced40165e8d7659920a3d958b59976ffab35","2025-12-13 17:46:23 +0530"]
1+
[49,49,100,1,1,100,0,0,100,49,49,100,"a38a6bf213e82bc19b021a454c2c463333f54bd5","2025-12-17 21:39:01 +0530"]

constants/float16/max-safe-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-13T12:18:17.370Z
104+
at 2025-12-17T16:11:48.333Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float16/max-safe-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_FIBONACCI = require( '@stdlib/constants/float16/max-safe-fibonacci' );
192-
* // returns 46368
192+
* // returns 1597
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 46368
203+
* @default 1597
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_FIBONACCI = 46368; // eslint-disable-line id-length
207+
var FLOAT16_MAX_SAFE_FIBONACCI = 1597; // 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-12-13T12:18:17.370Z
220+
at 2025-12-17T16:11:48.333Z
221221
</div>
222222
<script src="prettify.js"></script>
223223
<script>

0 commit comments

Comments
 (0)