Skip to content

Commit 6661594

Browse files
committed
Update artifacts
1 parent 444d036 commit 6661594

File tree

9 files changed

+12
-11
lines changed

9 files changed

+12
-11
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[395,403,98.0149,15,19,78.9474,6,6,100,395,403,98.0149,"90c26b302014d0fe9b8f125ff6aecd71325a46e4","2025-07-20 00:43:12 -0400"]
22
[395,403,98.0149,15,19,78.9474,6,6,100,395,403,98.0149,"fc42d478aac742422f2a8073e168ecaa94c6ac35","2025-07-21 20:45:01 -0700"]
3+
[395,403,98.0149,15,19,78.9474,6,6,100,395,403,98.0149,"b09397522cc67d6d7baed08649b0f9fa52b96550","2025-07-21 20:49:43 -0700"]

math/base/special/kernel-sincos/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/kernel-s
191191
<div class='footer quiet pad2 space-top1 center small'>
192192
Code coverage generated by
193193
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
194-
at 2025-07-22T03:46:57.182Z
194+
at 2025-07-22T03:52:21.654Z
195195
</div>
196196
<script src="../../../../../prettify.js"></script>
197197
<script>

math/base/special/kernel-sincos/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
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-07-22T03:46:57.182Z
220+
at 2025-07-22T03:52:21.654Z
221221
</div>
222222
<script src="../../../../../prettify.js"></script>
223223
<script>

math/base/special/kernel-sincos/main.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
325325
*
326326
* @param {number} x - input value (in radians, assumed to be bounded by `~π/4` in magnitude)
327327
* @param {number} y - tail of `x`
328-
* @param {Array&lt;number&gt;} out - output array
328+
* @param {Collection} out - output array
329329
* @param {integer} stride - output array stride
330330
* @param {NonNegativeInteger} offset - output array index offset
331-
* @returns {Array&lt;number&gt;} sine and cosine
331+
* @returns {Collection} sine and cosine
332332
*
333333
* @example
334334
* var v = kernelSincos( 0.0, 0.0, [ 0.0, 0.0 ], 1, 0 );
@@ -382,7 +382,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
382382
<div class='footer quiet pad2 space-top1 center small'>
383383
Code coverage generated by
384384
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
385-
at 2025-07-22T03:46:57.182Z
385+
at 2025-07-22T03:52:21.654Z
386386
</div>
387387
<script src="../../../../../prettify.js"></script>
388388
<script>

math/base/special/kernel-sincos/native.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
221221
* @private
222222
* @param {number} x - input value (in radians, assumed to be bounded by `~π/4` in magnitude)
223223
* @param {number} y - tail of `x`
224-
* @returns {Array&lt;number&gt;} sine and cosine
224+
* @returns {Float64Array} sine and cosine
225225
*
226226
* @example
227227
* var v = kernelSincos( 0.0, 0.0 );
@@ -256,7 +256,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
256256
<div class='footer quiet pad2 space-top1 center small'>
257257
Code coverage generated by
258258
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
259-
at 2025-07-22T03:46:57.182Z
259+
at 2025-07-22T03:52:21.654Z
260260
</div>
261261
<script src="../../../../../prettify.js"></script>
262262
<script>

math/base/special/kernel-sincos/polyval_c13.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
211211
<div class='footer quiet pad2 space-top1 center small'>
212212
Code coverage generated by
213213
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
214-
at 2025-07-22T03:46:57.182Z
214+
at 2025-07-22T03:52:21.654Z
215215
</div>
216216
<script src="../../../../../prettify.js"></script>
217217
<script>

math/base/special/kernel-sincos/polyval_c46.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
211211
<div class='footer quiet pad2 space-top1 center small'>
212212
Code coverage generated by
213213
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
214-
at 2025-07-22T03:46:57.182Z
214+
at 2025-07-22T03:52:21.654Z
215215
</div>
216216
<script src="../../../../../prettify.js"></script>
217217
<script>

math/base/special/kernel-sincos/polyval_s24.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
211211
<div class='footer quiet pad2 space-top1 center small'>
212212
Code coverage generated by
213213
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
214-
at 2025-07-22T03:46:57.182Z
214+
at 2025-07-22T03:52:21.654Z
215215
</div>
216216
<script src="../../../../../prettify.js"></script>
217217
<script>

math/base/special/kernel-sincos/polyval_s56.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
211211
<div class='footer quiet pad2 space-top1 center small'>
212212
Code coverage generated by
213213
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
214-
at 2025-07-22T03:46:57.182Z
214+
at 2025-07-22T03:52:21.654Z
215215
</div>
216216
<script src="../../../../../prettify.js"></script>
217217
<script>

0 commit comments

Comments
 (0)