@@ -546,24 +546,6 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">complex/lib<
546
546
setReadOnly( ns, 'complex', require( '@stdlib/complex/cmplx' ) );
547
547
548
548
/**
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
-
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
-
566
- /**
567
549
* @name complexCtors
568
550
* @memberof ns
569
551
* @readonly
@@ -591,6 +573,15 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">complex/lib<
591
573
setReadOnly( ns, 'complexDataTypes', require( '@stdlib/complex/dtypes' ) );
592
574
593
575
/**
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
+
584
+ /**
594
585
* @name Complex64
595
586
* @memberof ns
596
587
* @readonly
@@ -600,103 +591,112 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">complex/lib<
600
591
setReadOnly( ns, 'Complex64', require( '@stdlib/complex/float32/ctor' ) );
601
592
602
593
/**
603
- * @name Complex128
594
+ * @name imagf
604
595
* @memberof ns
605
596
* @readonly
606
- * @constructor
607
- * @see {@link module:@stdlib/complex/float64/ctor }
597
+ * @type {Function}
598
+ * @see {@link module:@stdlib/complex/float32/imag }
608
599
*/
609
- setReadOnly( ns, 'Complex128 ', require( '@stdlib/complex/float64/ctor ' ) );
600
+ setReadOnly( ns, 'imagf ', require( '@stdlib/complex/float32/imag ' ) );
610
601
611
602
/**
612
- * @name imag
603
+ * @name realf
613
604
* @memberof ns
614
605
* @readonly
615
606
* @type {Function}
616
- * @see {@link module:@stdlib/complex/imag }
607
+ * @see {@link module:@stdlib/complex/float32/real }
617
608
*/
618
- setReadOnly( ns, 'imag ', require( '@stdlib/complex/imag ' ) );
609
+ setReadOnly( ns, 'realf ', require( '@stdlib/complex/float32/real ' ) );
619
610
620
611
/**
621
- * @name imagf
612
+ * @name reimf
622
613
* @memberof ns
623
614
* @readonly
624
615
* @type {Function}
625
- * @see {@link module:@stdlib/complex/imagf }
616
+ * @see {@link module:@stdlib/complex/float32/reim }
626
617
*/
627
- setReadOnly( ns, 'imagf ', require( '@stdlib/complex/imagf ' ) );
618
+ setReadOnly( ns, 'reimf ', require( '@stdlib/complex/float32/reim ' ) );
628
619
629
620
/**
630
- * @name complexPromotionRules
621
+ * @name reviveComplex64
631
622
* @memberof ns
632
623
* @readonly
633
624
* @type {Function}
634
- * @see {@link module:@stdlib/complex/promotion-rules }
625
+ * @see {@link module:@stdlib/complex/float32/reviver }
635
626
*/
636
- setReadOnly( ns, 'complexPromotionRules ', require( '@stdlib/complex/promotion-rules ' ) );
627
+ setReadOnly( ns, 'reviveComplex64 ', require( '@stdlib/complex/float32/reviver ' ) );
637
628
638
629
/**
639
- * @name real
630
+ * @name conj
640
631
* @memberof ns
641
632
* @readonly
642
633
* @type {Function}
643
- * @see {@link module:@stdlib/complex/real }
634
+ * @see {@link module:@stdlib/complex/float64/conj }
644
635
*/
645
- setReadOnly( ns, 'real ', require( '@stdlib/complex/real ' ) );
636
+ setReadOnly( ns, 'conj ', require( '@stdlib/complex/float64/conj ' ) );
646
637
647
638
/**
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
+
647
+ /**
648
+ * @name imag
649
649
* @memberof ns
650
650
* @readonly
651
651
* @type {Function}
652
- * @see {@link module:@stdlib/complex/realf }
652
+ * @see {@link module:@stdlib/complex/float64/imag }
653
653
*/
654
- setReadOnly( ns, 'realf ', require( '@stdlib/complex/realf ' ) );
654
+ setReadOnly( ns, 'imag ', require( '@stdlib/complex/float64/imag ' ) );
655
655
656
656
/**
657
- * @name reim
657
+ * @name real
658
658
* @memberof ns
659
659
* @readonly
660
660
* @type {Function}
661
- * @see {@link module:@stdlib/complex/reim }
661
+ * @see {@link module:@stdlib/complex/float64/real }
662
662
*/
663
- setReadOnly( ns, 'reim ', require( '@stdlib/complex/reim ' ) );
663
+ setReadOnly( ns, 'real ', require( '@stdlib/complex/float64/real ' ) );
664
664
665
665
/**
666
- * @name reimf
666
+ * @name reim
667
667
* @memberof ns
668
668
* @readonly
669
669
* @type {Function}
670
- * @see {@link module:@stdlib/complex/reimf }
670
+ * @see {@link module:@stdlib/complex/float64/reim }
671
671
*/
672
- setReadOnly( ns, 'reimf ', require( '@stdlib/complex/reimf ' ) );
672
+ setReadOnly( ns, 'reim ', require( '@stdlib/complex/float64/reim ' ) );
673
673
674
674
/**
675
- * @name reviveComplex
675
+ * @name reviveComplex128
676
676
* @memberof ns
677
677
* @readonly
678
678
* @type {Function}
679
- * @see {@link module:@stdlib/complex/reviver}
679
+ * @see {@link module:@stdlib/complex/float64/ reviver}
680
680
*/
681
- setReadOnly( ns, 'reviveComplex ', require( '@stdlib/complex/reviver' ) );
681
+ setReadOnly( ns, 'reviveComplex128 ', require( '@stdlib/complex/float64 /reviver' ) );
682
682
683
683
/**
684
- * @name reviveComplex64
684
+ * @name complexPromotionRules
685
685
* @memberof ns
686
686
* @readonly
687
687
* @type {Function}
688
- * @see {@link module:@stdlib/complex/float32/reviver }
688
+ * @see {@link module:@stdlib/complex/promotion-rules }
689
689
*/
690
- setReadOnly( ns, 'reviveComplex64 ', require( '@stdlib/complex/float32/reviver ' ) );
690
+ setReadOnly( ns, 'complexPromotionRules ', require( '@stdlib/complex/promotion-rules ' ) );
691
691
692
692
/**
693
- * @name reviveComplex128
693
+ * @name reviveComplex
694
694
* @memberof ns
695
695
* @readonly
696
696
* @type {Function}
697
- * @see {@link module:@stdlib/complex/float64/ reviver}
697
+ * @see {@link module:@stdlib/complex/reviver}
698
698
*/
699
- setReadOnly( ns, 'reviveComplex128 ', require( '@stdlib/complex/float64 /reviver' ) );
699
+ setReadOnly( ns, 'reviveComplex ', require( '@stdlib/complex/reviver' ) );
700
700
701
701
702
702
// EXPORTS //
@@ -709,7 +709,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">complex/lib<
709
709
< div class ='footer quiet pad2 space-top1 center small '>
710
710
Code coverage generated by
711
711
< 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
713
713
</ div >
714
714
< script src ="../../prettify.js "> </ script >
715
715
< script >
0 commit comments