Skip to content

Commit 9b33864

Browse files
committed
Update artifacts
1 parent 032d1ef commit 9b33864

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[224,224,100,10,10,100,2,2,100,224,224,100,"08d43a67b0f465edf540f230c91d88fee1e5fbb1","2025-03-19 13:43:07 +0530"]
1+
[224,224,100,10,10,100,2,2,100,224,224,100,"02aa5ac2df4dca2ca7dbd3c8909abb73efabf6e0","2025-03-23 01:27:38 +0530"]

math/base/special/tribonaccif/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/tribonac
131131
<div class='footer quiet pad2 space-top1 center small'>
132132
Code coverage generated by
133133
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134-
at 2025-03-19T08:15:08.328Z
134+
at 2025-03-22T19:59:38.304Z
135135
</div>
136136
<script src="../../../../../prettify.js"></script>
137137
<script>

math/base/special/tribonaccif/index.js.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
200200
'use strict';
201201
&nbsp;
202202
/**
203-
* Compute the nth Tribonacci number for single-precision floating-point number.
203+
* Compute the nth Tribonacci number as a single-precision floating-point number.
204204
*
205205
* @module @stdlib/math/base/special/tribonaccif
206206
*
@@ -244,7 +244,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
244244
<div class='footer quiet pad2 space-top1 center small'>
245245
Code coverage generated by
246246
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
247-
at 2025-03-19T08:15:08.328Z
247+
at 2025-03-22T19:59:38.304Z
248248
</div>
249249
<script src="../../../../../prettify.js"></script>
250250
<script>

math/base/special/tribonaccif/main.js.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
278278
// MAIN //
279279
&nbsp;
280280
/**
281-
* Computes the nth Tribonacci number for single-precision floating-point number.
281+
* Computes the nth Tribonacci number as a single-precision floating-point number.
282282
*
283283
* @param {NonNegativeInteger} n - the Tribonacci number to compute
284284
* @returns {NonNegativeInteger} Tribonacci number
@@ -346,7 +346,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
346346
<div class='footer quiet pad2 space-top1 center small'>
347347
Code coverage generated by
348348
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
349-
at 2025-03-19T08:15:08.328Z
349+
at 2025-03-22T19:59:38.304Z
350350
</div>
351351
<script src="../../../../../prettify.js"></script>
352352
<script>

math/base/special/tribonaccif/native.js.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
239239
// MAIN //
240240
&nbsp;
241241
/**
242-
* Computes the nth Tribonacci number for single-precision floating-point number.
242+
* Computes the nth Tribonacci number as a single-precision floating-point number.
243243
*
244244
* @private
245245
* @param {NonNegativeInteger} n - the Tribonacci number to compute
@@ -292,7 +292,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
292292
<div class='footer quiet pad2 space-top1 center small'>
293293
Code coverage generated by
294294
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
295-
at 2025-03-19T08:15:08.328Z
295+
at 2025-03-22T19:59:38.304Z
296296
</div>
297297
<script src="../../../../../prettify.js"></script>
298298
<script>

0 commit comments

Comments
 (0)