Skip to content

Commit 1c684ac

Browse files
committed
Update artifacts
1 parent c6b9070 commit 1c684ac

File tree

6 files changed

+58
-56
lines changed

6 files changed

+58
-56
lines changed

complex/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
[213,213,100,1,1,100,0,0,100,213,213,100,"738139479cf29cbe123d7c5028024983ba11b3bd","2024-05-25 12:25:53 -0700"]
77
[213,213,100,1,1,100,0,0,100,213,213,100,"3a3b1e08f73a54c5ee46d73045805aee0bb1196d","2024-05-26 16:39:53 -0400"]
88
[213,213,100,1,1,100,0,0,100,213,213,100,"c3ebfa80e311db338b171ebf8eb5f46bc66e9bf6","2024-06-06 17:42:15 -0400"]
9+
[213,213,100,1,1,100,0,0,100,213,213,100,"81b48aeb9d5d2b16fe039f9db7e710c95a35585f","2024-07-17 21:11:20 -0400"]

complex/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> complex/lib</h1>
101101
<div class='footer quiet pad2 space-top1 center small'>
102102
Code coverage generated by
103103
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104-
at 2024-06-06T21:44:41.314Z
104+
at 2024-07-18T01:13:03.419Z
105105
</div>
106106
<script src="../../prettify.js"></script>
107107
<script>

complex/index.js.html

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -546,24 +546,6 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">complex/lib<
546546
setReadOnly( ns, 'complex', require( '@stdlib/complex/cmplx' ) );
547547
&nbsp;
548548
/**
549-
* @name conj
550-
* @memberof ns
551-
* @readonly
552-
* @type {Function}
553-
* @see {@link module:@stdlib/complex/conj}
554-
*/
555-
setReadOnly( ns, 'conj', require( '@stdlib/complex/conj' ) );
556-
&nbsp;
557-
/**
558-
* @name conjf
559-
* @memberof ns
560-
* @readonly
561-
* @type {Function}
562-
* @see {@link module:@stdlib/complex/conjf}
563-
*/
564-
setReadOnly( ns, 'conjf', require( '@stdlib/complex/conjf' ) );
565-
&nbsp;
566-
/**
567549
* @name complexCtors
568550
* @memberof ns
569551
* @readonly
@@ -591,6 +573,15 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">complex/lib<
591573
setReadOnly( ns, 'complexDataTypes', require( '@stdlib/complex/dtypes' ) );
592574
&nbsp;
593575
/**
576+
* @name conjf
577+
* @memberof ns
578+
* @readonly
579+
* @type {Function}
580+
* @see {@link module:@stdlib/complex/float32/conj}
581+
*/
582+
setReadOnly( ns, 'conjf', require( '@stdlib/complex/float32/conj' ) );
583+
&nbsp;
584+
/**
594585
* @name Complex64
595586
* @memberof ns
596587
* @readonly
@@ -600,103 +591,112 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">complex/lib<
600591
setReadOnly( ns, 'Complex64', require( '@stdlib/complex/float32/ctor' ) );
601592
&nbsp;
602593
/**
603-
* @name Complex128
594+
* @name imagf
604595
* @memberof ns
605596
* @readonly
606-
* @constructor
607-
* @see {@link module:@stdlib/complex/float64/ctor}
597+
* @type {Function}
598+
* @see {@link module:@stdlib/complex/float32/imag}
608599
*/
609-
setReadOnly( ns, 'Complex128', require( '@stdlib/complex/float64/ctor' ) );
600+
setReadOnly( ns, 'imagf', require( '@stdlib/complex/float32/imag' ) );
610601
&nbsp;
611602
/**
612-
* @name imag
603+
* @name realf
613604
* @memberof ns
614605
* @readonly
615606
* @type {Function}
616-
* @see {@link module:@stdlib/complex/imag}
607+
* @see {@link module:@stdlib/complex/float32/real}
617608
*/
618-
setReadOnly( ns, 'imag', require( '@stdlib/complex/imag' ) );
609+
setReadOnly( ns, 'realf', require( '@stdlib/complex/float32/real' ) );
619610
&nbsp;
620611
/**
621-
* @name imagf
612+
* @name reimf
622613
* @memberof ns
623614
* @readonly
624615
* @type {Function}
625-
* @see {@link module:@stdlib/complex/imagf}
616+
* @see {@link module:@stdlib/complex/float32/reim}
626617
*/
627-
setReadOnly( ns, 'imagf', require( '@stdlib/complex/imagf' ) );
618+
setReadOnly( ns, 'reimf', require( '@stdlib/complex/float32/reim' ) );
628619
&nbsp;
629620
/**
630-
* @name complexPromotionRules
621+
* @name reviveComplex64
631622
* @memberof ns
632623
* @readonly
633624
* @type {Function}
634-
* @see {@link module:@stdlib/complex/promotion-rules}
625+
* @see {@link module:@stdlib/complex/float32/reviver}
635626
*/
636-
setReadOnly( ns, 'complexPromotionRules', require( '@stdlib/complex/promotion-rules' ) );
627+
setReadOnly( ns, 'reviveComplex64', require( '@stdlib/complex/float32/reviver' ) );
637628
&nbsp;
638629
/**
639-
* @name real
630+
* @name conj
640631
* @memberof ns
641632
* @readonly
642633
* @type {Function}
643-
* @see {@link module:@stdlib/complex/real}
634+
* @see {@link module:@stdlib/complex/float64/conj}
644635
*/
645-
setReadOnly( ns, 'real', require( '@stdlib/complex/real' ) );
636+
setReadOnly( ns, 'conj', require( '@stdlib/complex/float64/conj' ) );
646637
&nbsp;
647638
/**
648-
* @name realf
639+
* @name Complex128
640+
* @memberof ns
641+
* @readonly
642+
* @constructor
643+
* @see {@link module:@stdlib/complex/float64/ctor}
644+
*/
645+
setReadOnly( ns, 'Complex128', require( '@stdlib/complex/float64/ctor' ) );
646+
&nbsp;
647+
/**
648+
* @name imag
649649
* @memberof ns
650650
* @readonly
651651
* @type {Function}
652-
* @see {@link module:@stdlib/complex/realf}
652+
* @see {@link module:@stdlib/complex/float64/imag}
653653
*/
654-
setReadOnly( ns, 'realf', require( '@stdlib/complex/realf' ) );
654+
setReadOnly( ns, 'imag', require( '@stdlib/complex/float64/imag' ) );
655655
&nbsp;
656656
/**
657-
* @name reim
657+
* @name real
658658
* @memberof ns
659659
* @readonly
660660
* @type {Function}
661-
* @see {@link module:@stdlib/complex/reim}
661+
* @see {@link module:@stdlib/complex/float64/real}
662662
*/
663-
setReadOnly( ns, 'reim', require( '@stdlib/complex/reim' ) );
663+
setReadOnly( ns, 'real', require( '@stdlib/complex/float64/real' ) );
664664
&nbsp;
665665
/**
666-
* @name reimf
666+
* @name reim
667667
* @memberof ns
668668
* @readonly
669669
* @type {Function}
670-
* @see {@link module:@stdlib/complex/reimf}
670+
* @see {@link module:@stdlib/complex/float64/reim}
671671
*/
672-
setReadOnly( ns, 'reimf', require( '@stdlib/complex/reimf' ) );
672+
setReadOnly( ns, 'reim', require( '@stdlib/complex/float64/reim' ) );
673673
&nbsp;
674674
/**
675-
* @name reviveComplex
675+
* @name reviveComplex128
676676
* @memberof ns
677677
* @readonly
678678
* @type {Function}
679-
* @see {@link module:@stdlib/complex/reviver}
679+
* @see {@link module:@stdlib/complex/float64/reviver}
680680
*/
681-
setReadOnly( ns, 'reviveComplex', require( '@stdlib/complex/reviver' ) );
681+
setReadOnly( ns, 'reviveComplex128', require( '@stdlib/complex/float64/reviver' ) );
682682
&nbsp;
683683
/**
684-
* @name reviveComplex64
684+
* @name complexPromotionRules
685685
* @memberof ns
686686
* @readonly
687687
* @type {Function}
688-
* @see {@link module:@stdlib/complex/float32/reviver}
688+
* @see {@link module:@stdlib/complex/promotion-rules}
689689
*/
690-
setReadOnly( ns, 'reviveComplex64', require( '@stdlib/complex/float32/reviver' ) );
690+
setReadOnly( ns, 'complexPromotionRules', require( '@stdlib/complex/promotion-rules' ) );
691691
&nbsp;
692692
/**
693-
* @name reviveComplex128
693+
* @name reviveComplex
694694
* @memberof ns
695695
* @readonly
696696
* @type {Function}
697-
* @see {@link module:@stdlib/complex/float64/reviver}
697+
* @see {@link module:@stdlib/complex/reviver}
698698
*/
699-
setReadOnly( ns, 'reviveComplex128', require( '@stdlib/complex/float64/reviver' ) );
699+
setReadOnly( ns, 'reviveComplex', require( '@stdlib/complex/reviver' ) );
700700
&nbsp;
701701
&nbsp;
702702
// EXPORTS //
@@ -709,7 +709,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">complex/lib<
709709
<div class='footer quiet pad2 space-top1 center small'>
710710
Code coverage generated by
711711
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
712-
at 2024-06-06T21:44:41.314Z
712+
at 2024-07-18T01:13:03.419Z
713713
</div>
714714
<script src="../../prettify.js"></script>
715715
<script>

math/base/special/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
[2319,2319,100,1,1,100,0,0,100,2319,2319,100,"e612af58d0e5374e3ed17f0278d2538aec9b37e1","2024-06-07 01:39:09 -0700"]
1818
[2319,2319,100,1,1,100,0,0,100,2319,2319,100,"822491dd173e2ca1195c4b4f4600419f55b5ee15","2024-06-13 17:40:18 -0400"]
1919
[2319,2319,100,1,1,100,0,0,100,2319,2319,100,"c1ef722991b1743b02c897332d0e2b3005a97494","2024-06-13 21:39:39 -0400"]
20+
[2319,2319,100,1,1,100,0,0,100,2319,2319,100,"81b48aeb9d5d2b16fe039f9db7e710c95a35585f","2024-07-17 21:11:20 -0400"]

math/base/special/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1><a href="../../../../index.html">All files</a> math/base/special/lib</h1>
101101
<div class='footer quiet pad2 space-top1 center small'>
102102
Code coverage generated by
103103
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104-
at 2024-06-14T01:41:23.524Z
104+
at 2024-07-18T01:13:06.222Z
105105
</div>
106106
<script src="../../../../prettify.js"></script>
107107
<script>

math/base/special/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7027,7 +7027,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">math/b
70277027
<div class='footer quiet pad2 space-top1 center small'>
70287028
Code coverage generated by
70297029
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
7030-
at 2024-06-14T01:41:23.524Z
7030+
at 2024-07-18T01:13:06.222Z
70317031
</div>
70327032
<script src="../../../../prettify.js"></script>
70337033
<script>

0 commit comments

Comments
 (0)