Skip to content

Commit 65c8f0f

Browse files
committed
Update artifacts
1 parent d32cb0b commit 65c8f0f

File tree

274 files changed

+3483
-696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+3483
-696
lines changed

array/complex128/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@
4444
[3316,3326,99.6993,528,536,98.5075,54,54,100,3316,3326,99.6993,"61c5609ba30f3b07cd97089746a5dca25a614d94","2024-06-22 11:32:13 -0700"]
4545
[3317,3327,99.6994,528,536,98.5075,54,54,100,3317,3327,99.6994,"6b0e763f6763fcad684f7cc82bb3300837dad71b","2024-07-01 12:23:38 -0700"]
4646
[3317,3327,99.6994,528,536,98.5075,54,54,100,3317,3327,99.6994,"523b3805be86c1fd99d8e65a8f89cdcbe7ec1fa0","2024-07-15 16:05:53 -0700"]
47+
[3317,3327,99.6994,528,536,98.5075,54,54,100,3317,3327,99.6994,"f04988792e2e55ce47c87c7d94e8c222c3b9d2b6","2024-07-17 18:21:05 -0700"]

array/complex128/from_array.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
208208
// MODULES //
209209
&nbsp;
210210
var isComplexLike = require( '@stdlib/assert/is-complex-like' );
211-
var real = require( '@stdlib/complex/real' );
212-
var imag = require( '@stdlib/complex/imag' );
211+
var real = require( '@stdlib/complex/float64/real' );
212+
var imag = require( '@stdlib/complex/float64/imag' );
213213
&nbsp;
214214
&nbsp;
215215
// MAIN //
@@ -253,7 +253,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
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-15T23:08:31.907Z
256+
at 2024-07-18T01:28:37.973Z
257257
</div>
258258
<script src="../../../prettify.js"></script>
259259
<script>

array/complex128/from_iterator.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
218218
var isArrayLikeObject = require( '@stdlib/assert/is-array-like-object' );
219219
var isComplexLike = require( '@stdlib/assert/is-complex-like' );
220220
var format = require( '@stdlib/string/format' );
221-
var real = require( '@stdlib/complex/real' );
222-
var imag = require( '@stdlib/complex/imag' );
221+
var real = require( '@stdlib/complex/float64/real' );
222+
var imag = require( '@stdlib/complex/float64/imag' );
223223
&nbsp;
224224
&nbsp;
225225
// MAIN //
@@ -265,7 +265,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
265265
<div class='footer quiet pad2 space-top1 center small'>
266266
Code coverage generated by
267267
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
268-
at 2024-07-15T23:08:31.907Z
268+
at 2024-07-18T01:28:37.973Z
269269
</div>
270270
<script src="../../../prettify.js"></script>
271271
<script>

array/complex128/from_iterator_map.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
228228
var isArrayLikeObject = require( '@stdlib/assert/is-array-like-object' );
229229
var isComplexLike = require( '@stdlib/assert/is-complex-like' );
230230
var format = require( '@stdlib/string/format' );
231-
var real = require( '@stdlib/complex/real' );
232-
var imag = require( '@stdlib/complex/imag' );
231+
var real = require( '@stdlib/complex/float64/real' );
232+
var imag = require( '@stdlib/complex/float64/imag' );
233233
&nbsp;
234234
&nbsp;
235235
// MAIN //
@@ -280,7 +280,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
280280
<div class='footer quiet pad2 space-top1 center small'>
281281
Code coverage generated by
282282
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
283-
at 2024-07-15T23:08:31.907Z
283+
at 2024-07-18T01:28:37.973Z
284284
</div>
285285
<script src="../../../prettify.js"></script>
286286
<script>

array/complex128/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1><a href="../../../index.html">All files</a> array/complex128/lib</h1>
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage generated by
163163
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164-
at 2024-07-15T23:08:31.907Z
164+
at 2024-07-18T01:28:37.973Z
165165
</div>
166166
<script src="../../../prettify.js"></script>
167167
<script>

array/complex128/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
352352
<div class='footer quiet pad2 space-top1 center small'>
353353
Code coverage generated by
354354
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
355-
at 2024-07-15T23:08:31.907Z
355+
at 2024-07-18T01:28:37.973Z
356356
</div>
357357
<script src="../../../prettify.js"></script>
358358
<script>

array/complex128/main.js.html

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -6181,8 +6181,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
61816181
var setReadOnlyAccessor = require( '@stdlib/utils/define-nonenumerable-read-only-accessor' );
61826182
var Float64Array = require( '@stdlib/array/float64' );
61836183
var Complex128 = require( '@stdlib/complex/float64/ctor' );
6184-
var real = require( '@stdlib/complex/real' );
6185-
var imag = require( '@stdlib/complex/imag' );
6184+
var real = require( '@stdlib/complex/float64/real' );
6185+
var imag = require( '@stdlib/complex/float64/imag' );
61866186
var floor = require( '@stdlib/math/base/special/floor' );
61876187
var reinterpret64 = require( '@stdlib/strided/base/reinterpret-complex64' );
61886188
var reinterpret128 = require( '@stdlib/strided/base/reinterpret-complex128' );
@@ -6504,8 +6504,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
65046504
*
65056505
* @example
65066506
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
6507-
* var real = require( '@stdlib/complex/real' );
6508-
* var imag = require( '@stdlib/complex/imag' );
6507+
* var real = require( '@stdlib/complex/float64/real' );
6508+
* var imag = require( '@stdlib/complex/float64/imag' );
65096509
*
65106510
* function clbk( v ) {
65116511
* return new Complex128( real(v)*2.0, imag(v)*2.0 );
@@ -6689,8 +6689,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
66896689
* @returns {(Complex128|void)} array element
66906690
*
66916691
* @example
6692-
* var real = require( '@stdlib/complex/real' );
6693-
* var imag = require( '@stdlib/complex/imag' );
6692+
* var real = require( '@stdlib/complex/float64/real' );
6693+
* var imag = require( '@stdlib/complex/float64/imag' );
66946694
*
66956695
* var arr = new Complex128Array( 10 );
66966696
*
@@ -6832,8 +6832,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
68326832
*
68336833
* @example
68346834
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
6835-
* var real = require( '@stdlib/complex/real' );
6836-
* var imag = require( '@stdlib/complex/imag' );
6835+
* var real = require( '@stdlib/complex/float64/real' );
6836+
* var imag = require( '@stdlib/complex/float64/imag' );
68376837
*
68386838
* var arr = new Complex128Array( 4 );
68396839
*
@@ -6998,8 +6998,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
69986998
* @returns {boolean} boolean indicating whether all elements pass a test
69996999
*
70007000
* @example
7001-
* var real = require( '@stdlib/complex/real' );
7002-
* var imag = require( '@stdlib/complex/imag' );
7001+
* var real = require( '@stdlib/complex/float64/real' );
7002+
* var imag = require( '@stdlib/complex/float64/imag' );
70037003
*
70047004
* function predicate( v ) {
70057005
* return ( real( v ) === imag( v ) );
@@ -7048,8 +7048,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
70487048
* @returns {Complex128Array} modified array
70497049
*
70507050
* @example
7051-
* var real = require( '@stdlib/complex/real' );
7052-
* var imag = require( '@stdlib/complex/imag' );
7051+
* var real = require( '@stdlib/complex/float64/real' );
7052+
* var imag = require( '@stdlib/complex/float64/imag' );
70537053
*
70547054
* var arr = new Complex128Array( 3 );
70557055
*
@@ -7141,8 +7141,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
71417141
* @returns {Complex128Array} complex number array
71427142
*
71437143
* @example
7144-
* var real = require( '@stdlib/complex/real' );
7145-
* var imag = require( '@stdlib/complex/imag' );
7144+
* var real = require( '@stdlib/complex/float64/real' );
7145+
* var imag = require( '@stdlib/complex/float64/imag' );
71467146
*
71477147
* function predicate( v ) {
71487148
* return ( real( v ) === imag( v ) );
@@ -7204,8 +7204,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
72047204
* @returns {(Complex128|void)} array element or undefined
72057205
*
72067206
* @example
7207-
* var real = require( '@stdlib/complex/real' );
7208-
* var imag = require( '@stdlib/complex/imag' );
7207+
* var real = require( '@stdlib/complex/float64/real' );
7208+
* var imag = require( '@stdlib/complex/float64/imag' );
72097209
*
72107210
* function predicate( v ) {
72117211
* return ( real( v ) === imag( v ) );
@@ -7258,8 +7258,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
72587258
* @returns {integer} index or -1
72597259
*
72607260
* @example
7261-
* var real = require( '@stdlib/complex/real' );
7262-
* var imag = require( '@stdlib/complex/imag' );
7261+
* var real = require( '@stdlib/complex/float64/real' );
7262+
* var imag = require( '@stdlib/complex/float64/imag' );
72637263
*
72647264
* function predicate( v ) {
72657265
* return ( real( v ) === imag( v ) );
@@ -7307,8 +7307,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
73077307
* @returns {(Complex128|void)} array element or undefined
73087308
*
73097309
* @example
7310-
* var real = require( '@stdlib/complex/real' );
7311-
* var imag = require( '@stdlib/complex/imag' );
7310+
* var real = require( '@stdlib/complex/float64/real' );
7311+
* var imag = require( '@stdlib/complex/float64/imag' );
73127312
*
73137313
* function predicate( v ) {
73147314
* return ( real( v ) === imag( v ) );
@@ -7361,8 +7361,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
73617361
* @returns {integer} index or -1
73627362
*
73637363
* @example
7364-
* var real = require( '@stdlib/complex/real' );
7365-
* var imag = require( '@stdlib/complex/imag' );
7364+
* var real = require( '@stdlib/complex/float64/real' );
7365+
* var imag = require( '@stdlib/complex/float64/imag' );
73667366
*
73677367
* function predicate( v ) {
73687368
* return ( real( v ) === imag( v ) );
@@ -7453,8 +7453,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
74537453
*
74547454
* @example
74557455
* var arr = new Complex128Array( 10 );
7456-
* var real = require( '@stdlib/complex/real' );
7457-
* var imag = require( '@stdlib/complex/imag' );
7456+
* var real = require( '@stdlib/complex/float64/real' );
7457+
* var imag = require( '@stdlib/complex/float64/imag' );
74587458
*
74597459
* var z = arr.get( 0 );
74607460
* // returns &lt;Complex128&gt;
@@ -7883,8 +7883,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
78837883
*
78847884
* @example
78857885
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
7886-
* var real = require( '@stdlib/complex/real' );
7887-
* var imag = require( '@stdlib/complex/imag' );
7886+
* var real = require( '@stdlib/complex/float64/real' );
7887+
* var imag = require( '@stdlib/complex/float64/imag' );
78887888
*
78897889
* function scale( v, i ) {
78907890
* return new Complex128( 2.0*real( v ), 2.0*imag( v ) );
@@ -7952,9 +7952,9 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
79527952
* @returns {*} accumulated result
79537953
*
79547954
* @example
7955-
* var real = require( '@stdlib/complex/real' );
7956-
* var imag = require( '@stdlib/complex/imag' );
7957-
* var cadd = require( '@stdlib/math/base/ops/cadd' );
7955+
* var real = require( '@stdlib/complex/float64/real' );
7956+
* var imag = require( '@stdlib/complex/float64/imag' );
7957+
* var cadd = require( '@stdlib/complex/float64/base/add' );
79587958
*
79597959
* var arr = new Complex128Array( 3 );
79607960
*
@@ -8017,9 +8017,9 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
80178017
* @returns {*} accumulated result
80188018
*
80198019
* @example
8020-
* var real = require( '@stdlib/complex/real' );
8021-
* var imag = require( '@stdlib/complex/imag' );
8022-
* var cadd = require( '@stdlib/math/base/ops/cadd' );
8020+
* var real = require( '@stdlib/complex/float64/real' );
8021+
* var imag = require( '@stdlib/complex/float64/imag' );
8022+
* var cadd = require( '@stdlib/complex/float64/base/add' );
80238023
*
80248024
* var arr = new Complex128Array( 3 );
80258025
*
@@ -8078,8 +8078,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
80788078
* @returns {Complex128Array} reversed array
80798079
*
80808080
* @example
8081-
* var real = require( '@stdlib/complex/real' );
8082-
* var imag = require( '@stdlib/complex/imag' );
8081+
* var real = require( '@stdlib/complex/float64/real' );
8082+
* var imag = require( '@stdlib/complex/float64/imag' );
80838083
*
80848084
* var arr = new Complex128Array( 3 );
80858085
*
@@ -8179,8 +8179,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
81798179
* @returns {void}
81808180
*
81818181
* @example
8182-
* var real = require( '@stdlib/complex/real' );
8183-
* var imag = require( '@stdlib/complex/imag' );
8182+
* var real = require( '@stdlib/complex/float64/real' );
8183+
* var imag = require( '@stdlib/complex/float64/imag' );
81848184
*
81858185
* var arr = new Complex128Array( 10 );
81868186
*
@@ -8347,8 +8347,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
83478347
* @returns {Complex128Array} complex number array
83488348
*
83498349
* @example
8350-
* var real = require( '@stdlib/complex/real' );
8351-
* var imag = require( '@stdlib/complex/imag' );
8350+
* var real = require( '@stdlib/complex/float64/real' );
8351+
* var imag = require( '@stdlib/complex/float64/imag' );
83528352
*
83538353
* var arr = new Complex128Array( 5 );
83548354
*
@@ -8476,8 +8476,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
84768476
* @returns {boolean} boolean indicating whether at least one element passes a test
84778477
*
84788478
* @example
8479-
* var real = require( '@stdlib/complex/real' );
8480-
* var imag = require( '@stdlib/complex/imag' );
8479+
* var real = require( '@stdlib/complex/float64/real' );
8480+
* var imag = require( '@stdlib/complex/float64/imag' );
84818481
*
84828482
* function predicate( v ) {
84838483
* return ( real( v ) === imag( v ) );
@@ -8522,8 +8522,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
85228522
* @returns {Complex128Array} sorted array
85238523
*
85248524
* @example
8525-
* var real = require( '@stdlib/complex/real' );
8526-
* var imag = require( '@stdlib/complex/imag' );
8525+
* var real = require( '@stdlib/complex/float64/real' );
8526+
* var imag = require( '@stdlib/complex/float64/imag' );
85278527
*
85288528
* function compare( a, b ) {
85298529
* var re1;
@@ -8626,8 +8626,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
86268626
* @returns {Complex64Array} subarray
86278627
*
86288628
* @example
8629-
* var real = require( '@stdlib/complex/real' );
8630-
* var imag = require( '@stdlib/complex/imag' );
8629+
* var real = require( '@stdlib/complex/float64/real' );
8630+
* var imag = require( '@stdlib/complex/float64/imag' );
86318631
*
86328632
* var arr = new Complex128Array( 5 );
86338633
*
@@ -8799,8 +8799,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
87998799
* @returns {Complex128Array} reversed array
88008800
*
88018801
* @example
8802-
* var real = require( '@stdlib/complex/real' );
8803-
* var imag = require( '@stdlib/complex/imag' );
8802+
* var real = require( '@stdlib/complex/float64/real' );
8803+
* var imag = require( '@stdlib/complex/float64/imag' );
88048804
*
88058805
* var arr = new Complex128Array( 3 );
88068806
*
@@ -8872,8 +8872,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
88728872
* @returns {Complex128Array} sorted array
88738873
*
88748874
* @example
8875-
* var real = require( '@stdlib/complex/real' );
8876-
* var imag = require( '@stdlib/complex/imag' );
8875+
* var real = require( '@stdlib/complex/float64/real' );
8876+
* var imag = require( '@stdlib/complex/float64/imag' );
88778877
*
88788878
* function compare( a, b ) {
88798879
* var re1;
@@ -8999,8 +8999,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
89998999
* @returns {Iterator} iterator
90009000
*
90019001
* @example
9002-
* var real = require( '@stdlib/complex/real' );
9003-
* var imag = require( '@stdlib/complex/imag' );
9002+
* var real = require( '@stdlib/complex/float64/real' );
9003+
* var imag = require( '@stdlib/complex/float64/imag' );
90049004
* var arr = new Complex128Array( 2 );
90059005
*
90069006
* arr.set( [ 1.0, -1.0 ], 0 );
@@ -9121,8 +9121,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
91219121
* @returns {Complex128Array} new typed array
91229122
*
91239123
* @example
9124-
* var real = require( '@stdlib/complex/real' );
9125-
* var imag = require( '@stdlib/complex/imag' );
9124+
* var real = require( '@stdlib/complex/float64/real' );
9125+
* var imag = require( '@stdlib/complex/float64/imag' );
91269126
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
91279127
*
91289128
* var arr = new Complex128Array( 3 );
@@ -9181,7 +9181,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
91819181
<div class='footer quiet pad2 space-top1 center small'>
91829182
Code coverage generated by
91839183
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
9184-
at 2024-07-15T23:08:31.907Z
9184+
at 2024-07-18T01:28:37.973Z
91859185
</div>
91869186
<script src="../../../prettify.js"></script>
91879187
<script>

array/complex64/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@
5757
[3314,3324,99.6992,526,534,98.5019,54,54,100,3314,3324,99.6992,"61c5609ba30f3b07cd97089746a5dca25a614d94","2024-06-22 11:32:13 -0700"]
5858
[3315,3325,99.6992,526,534,98.5019,54,54,100,3315,3325,99.6992,"6b0e763f6763fcad684f7cc82bb3300837dad71b","2024-07-01 12:23:38 -0700"]
5959
[3315,3325,99.6992,526,534,98.5019,54,54,100,3315,3325,99.6992,"523b3805be86c1fd99d8e65a8f89cdcbe7ec1fa0","2024-07-15 16:05:53 -0700"]
60+
[3315,3325,99.6992,526,534,98.5019,54,54,100,3315,3325,99.6992,"f04988792e2e55ce47c87c7d94e8c222c3b9d2b6","2024-07-17 18:21:05 -0700"]

array/complex64/from_array.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
208208
// MODULES //
209209
&nbsp;
210210
var isComplexLike = require( '@stdlib/assert/is-complex-like' );
211-
var realf = require( '@stdlib/complex/realf' );
212-
var imagf = require( '@stdlib/complex/imagf' );
211+
var realf = require( '@stdlib/complex/float32/real' );
212+
var imagf = require( '@stdlib/complex/float32/imag' );
213213
&nbsp;
214214
&nbsp;
215215
// MAIN //
@@ -253,7 +253,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
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-15T23:08:55.512Z
256+
at 2024-07-18T01:29:00.789Z
257257
</div>
258258
<script src="../../../prettify.js"></script>
259259
<script>

0 commit comments

Comments
 (0)