Skip to content

Commit 8cdc429

Browse files
committed
Update artifacts
1 parent b369073 commit 8cdc429

Some content is hidden

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

46 files changed

+88
-87
lines changed

ndarray/base/unary/0d.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
361361
<div class='footer quiet pad2 space-top1 center small'>
362362
Code coverage generated by
363363
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
364-
at 2024-07-13T21:34:18.712Z
364+
at 2024-08-01T02:20:53.145Z
365365
</div>
366366
<script src="../../../../prettify.js"></script>
367367
<script>

ndarray/base/unary/0d_accessors.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
347347
* @example
348348
* var Complex64Array = require( '@stdlib/array/complex64' );
349349
* var Complex64 = require( '@stdlib/complex/float32/ctor' );
350-
* var realf = require( '@stdlib/complex/realf' );
351-
* var imagf = require( '@stdlib/complex/imagf' );
350+
* var realf = require( '@stdlib/complex/float32/real' );
351+
* var imagf = require( '@stdlib/complex/float32/imag' );
352352
*
353353
* function scale( z ) {
354354
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );
@@ -424,7 +424,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
424424
<div class='footer quiet pad2 space-top1 center small'>
425425
Code coverage generated by
426426
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
427-
at 2024-07-13T21:34:18.712Z
427+
at 2024-08-01T02:20:53.145Z
428428
</div>
429429
<script src="../../../../prettify.js"></script>
430430
<script>

ndarray/base/unary/10d.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
871871
<div class='footer quiet pad2 space-top1 center small'>
872872
Code coverage generated by
873873
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
874-
at 2024-07-13T21:34:18.712Z
874+
at 2024-08-01T02:20:53.145Z
875875
</div>
876876
<script src="../../../../prettify.js"></script>
877877
<script>

ndarray/base/unary/10d_accessors.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,8 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
701701
* @example
702702
* var Complex64Array = require( '@stdlib/array/complex64' );
703703
* var Complex64 = require( '@stdlib/complex/float32/ctor' );
704-
* var realf = require( '@stdlib/complex/realf' );
705-
* var imagf = require( '@stdlib/complex/imagf' );
704+
* var realf = require( '@stdlib/complex/float32/real' );
705+
* var imagf = require( '@stdlib/complex/float32/imag' );
706706
*
707707
* function scale( z ) {
708708
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );
@@ -952,7 +952,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
952952
<div class='footer quiet pad2 space-top1 center small'>
953953
Code coverage generated by
954954
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
955-
at 2024-07-13T21:34:18.712Z
955+
at 2024-08-01T02:20:53.145Z
956956
</div>
957957
<script src="../../../../prettify.js"></script>
958958
<script>

ndarray/base/unary/10d_blocked.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
12131213
<div class='footer quiet pad2 space-top1 center small'>
12141214
Code coverage generated by
12151215
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1216-
at 2024-07-13T21:34:18.712Z
1216+
at 2024-08-01T02:20:53.145Z
12171217
</div>
12181218
<script src="../../../../prettify.js"></script>
12191219
<script>

ndarray/base/unary/10d_blocked_accessors.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -934,8 +934,8 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
934934
* @example
935935
* var Complex64Array = require( '@stdlib/array/complex64' );
936936
* var Complex64 = require( '@stdlib/complex/float32/ctor' );
937-
* var realf = require( '@stdlib/complex/realf' );
938-
* var imagf = require( '@stdlib/complex/imagf' );
937+
* var realf = require( '@stdlib/complex/float32/real' );
938+
* var imagf = require( '@stdlib/complex/float32/imag' );
939939
*
940940
* function scale( z ) {
941941
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );
@@ -1294,7 +1294,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
12941294
<div class='footer quiet pad2 space-top1 center small'>
12951295
Code coverage generated by
12961296
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1297-
at 2024-07-13T21:34:18.712Z
1297+
at 2024-08-01T02:20:53.145Z
12981298
</div>
12991299
<script src="../../../../prettify.js"></script>
13001300
<script>

ndarray/base/unary/1d.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
448448
<div class='footer quiet pad2 space-top1 center small'>
449449
Code coverage generated by
450450
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
451-
at 2024-07-13T21:34:18.712Z
451+
at 2024-08-01T02:20:53.145Z
452452
</div>
453453
<script src="../../../../prettify.js"></script>
454454
<script>

ndarray/base/unary/1d_accessors.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,8 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
417417
* @example
418418
* var Complex64Array = require( '@stdlib/array/complex64' );
419419
* var Complex64 = require( '@stdlib/complex/float32/ctor' );
420-
* var realf = require( '@stdlib/complex/realf' );
421-
* var imagf = require( '@stdlib/complex/imagf' );
420+
* var realf = require( '@stdlib/complex/float32/real' );
421+
* var imagf = require( '@stdlib/complex/float32/imag' );
422422
*
423423
* function scale( z ) {
424424
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );
@@ -529,7 +529,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
529529
<div class='footer quiet pad2 space-top1 center small'>
530530
Code coverage generated by
531531
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
532-
at 2024-07-13T21:34:18.712Z
532+
at 2024-08-01T02:20:53.145Z
533533
</div>
534534
<script src="../../../../prettify.js"></script>
535535
<script>

ndarray/base/unary/2d.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
529529
<div class='footer quiet pad2 space-top1 center small'>
530530
Code coverage generated by
531531
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
532-
at 2024-07-13T21:34:18.712Z
532+
at 2024-08-01T02:20:53.145Z
533533
</div>
534534
<script src="../../../../prettify.js"></script>
535535
<script>

ndarray/base/unary/2d_accessors.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,8 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
471471
* @example
472472
* var Complex64Array = require( '@stdlib/array/complex64' );
473473
* var Complex64 = require( '@stdlib/complex/float32/ctor' );
474-
* var realf = require( '@stdlib/complex/realf' );
475-
* var imagf = require( '@stdlib/complex/imagf' );
474+
* var realf = require( '@stdlib/complex/float32/real' );
475+
* var imagf = require( '@stdlib/complex/float32/imag' );
476476
*
477477
* function scale( z ) {
478478
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );
@@ -610,7 +610,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
610610
<div class='footer quiet pad2 space-top1 center small'>
611611
Code coverage generated by
612612
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
613-
at 2024-07-13T21:34:18.712Z
613+
at 2024-08-01T02:20:53.145Z
614614
</div>
615615
<script src="../../../../prettify.js"></script>
616616
<script>

0 commit comments

Comments
 (0)