Skip to content

Commit

Permalink
Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 29, 2024
1 parent 8b6e79e commit 30ab007
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions array/complex64/coverage.ndjson
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@
[2787,2794,99.7495,466,472,98.7288,42,42,100,2787,2794,99.7495,"f3def6de1cbd1829b3e8c57e52434eb16841ffe8","2024-02-24 02:33:02 -0800"]
[2850,2859,99.6852,476,483,98.5507,43,43,100,2850,2859,99.6852,"ee1c957b483718a809a8ebb0dd1eaa336fc3d97d","2024-02-26 20:23:21 -0500"]
[2850,2859,99.6852,476,483,98.5507,43,43,100,2850,2859,99.6852,"4e845661773892e654689ceb0c2dd3e1e2c3244c","2024-02-28 09:02:22 -0500"]
[2850,2859,99.6852,476,483,98.5507,43,43,100,2850,2859,99.6852,"902b38ac100f6710d2ad5e28f31422e573cc6d29","2024-02-29 23:26:26 +1300"]
2 changes: 1 addition & 1 deletion array/complex64/from_array.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-02-28T14:04:39.694Z
at 2024-02-29T10:30:55.292Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion array/complex64/from_iterator.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-02-28T14:04:39.694Z
at 2024-02-29T10:30:55.292Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion array/complex64/from_iterator_map.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-02-28T14:04:39.694Z
at 2024-02-29T10:30:55.292Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion array/complex64/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h1><a href="../../../index.html">All files</a> array/complex64/lib</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-02-28T14:04:39.694Z
at 2024-02-29T10:30:55.292Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion array/complex64/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-02-28T14:04:39.694Z
at 2024-02-29T10:30:55.292Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
6 changes: 3 additions & 3 deletions array/complex64/main.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -6903,7 +6903,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
});
&nbsp;
/**
* Applies a provided callback function to each element of the array, in order, passing in the return value from the calculation on the following element and returning the accumulated result upon completion.
* Applies a provided callback function to each element of the array, in order, passing in the return value from the calculation on the preceding element and returning the accumulated result upon completion.
*
* @name reduce
* @memberof Complex64Array.prototype
Expand Down Expand Up @@ -6968,7 +6968,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
});
&nbsp;
/**
* Applies a provided callback function to each element of the array, in reverse order, passing in the return value from the calculation on the succeding element and returning the accumulated result upon completion.
* Applies a provided callback function to each element of the array, in reverse order, passing in the return value from the calculation on the preceding element and returning the accumulated result upon completion.
*
* @name reduceRight
* @memberof Complex64Array.prototype
Expand Down Expand Up @@ -7777,7 +7777,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-02-28T14:04:39.694Z
at 2024-02-29T10:30:55.292Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down

0 comments on commit 30ab007

Please sign in to comment.