Skip to content

Commit 95b8525

Browse files
committed
Update artifacts
1 parent ffc02f9 commit 95b8525

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

math/base/special/sincospi/assign.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
403403
<div class='footer quiet pad2 space-top1 center small'>
404404
Code coverage generated by
405405
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
406-
at 2024-07-28T23:27:13.707Z
406+
at 2024-07-29T04:33:52.336Z
407407
</div>
408408
<script src="../../../../../prettify.js"></script>
409409
<script>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[296,296,100,23,23,100,3,3,100,296,296,100,"f5d15f7e0d12169f3016f1d499674b0ce9b2e0ea","2024-07-28 08:14:17 -0400"]
22
[296,296,100,23,23,100,3,3,100,296,296,100,"a2ad2e1ad4f9150b818e3cf828815d4b73913f59","2024-07-28 16:23:49 -0700"]
3+
[296,296,100,23,23,100,3,3,100,296,296,100,"ca6489fe555d5ae046287abf53e0655c5ab8f8de","2024-07-28 21:31:44 -0700"]

math/base/special/sincospi/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/sincospi
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2024-07-28T23:27:13.707Z
149+
at 2024-07-29T04:33:52.336Z
150150
</div>
151151
<script src="../../../../../prettify.js"></script>
152152
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
271271
<div class='footer quiet pad2 space-top1 center small'>
272272
Code coverage generated by
273273
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
274-
at 2024-07-28T23:27:13.707Z
274+
at 2024-07-29T04:33:52.336Z
275275
</div>
276276
<script src="../../../../../prettify.js"></script>
277277
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
241241
<div class='footer quiet pad2 space-top1 center small'>
242242
Code coverage generated by
243243
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
244-
at 2024-07-28T23:27:13.707Z
244+
at 2024-07-29T04:33:52.336Z
245245
</div>
246246
<script src="../../../../../prettify.js"></script>
247247
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
218218
*
219219
* @private
220220
* @param {number} x - input value
221-
* @returns {Array&lt;number&gt;} two-element array containing sin(πx) and cos(πx)
221+
* @returns {Float64Array} two-element array containing sin(πx) and cos(πx)
222222
*
223223
* @example
224224
* var v = sincospi( 0.0 );
@@ -253,7 +253,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
253253
<div class='footer quiet pad2 space-top1 center small'>
254254
Code coverage generated by
255255
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
256-
at 2024-07-28T23:27:13.707Z
256+
at 2024-07-29T04:33:52.336Z
257257
</div>
258258
<script src="../../../../../prettify.js"></script>
259259
<script>

0 commit comments

Comments
 (0)