You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the function returns real and imaginary components as a two-element `array`. To avoid unnecessary memory allocation, the function supports providing an output (destination) object.
@@ -105,35 +92,111 @@ for ( i = 0; i < 100; i++ ) {
105
92
106
93
<!-- /.examples -->
107
94
108
-
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
109
-
110
-
<sectionclass="related">
95
+
<!-- C interface documentation. -->
111
96
112
97
* * *
113
98
114
-
## See Also
99
+
<sectionclass="c">
100
+
101
+
## C APIs
115
102
116
-
- <spanclass="package-name">[`@stdlib/math/base/ops/cadd`][@stdlib/math/base/ops/cadd]</span><spanclass="delimiter">: </span><spanclass="description">add two complex numbers.</span>
117
-
- <spanclass="package-name">[`@stdlib/math/base/ops/cdiv`][@stdlib/math/base/ops/cdiv]</span><spanclass="delimiter">: </span><spanclass="description">divide two complex numbers.</span>
118
-
- <spanclass="package-name">[`@stdlib/math/base/ops/cmul`][@stdlib/math/base/ops/cmul]</span><spanclass="delimiter">: </span><spanclass="description">multiply two complex numbers.</span>
103
+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
104
+
105
+
<sectionclass="intro">
119
106
120
107
</section>
121
108
122
-
<!-- /.related-->
109
+
<!-- /.intro-->
123
110
124
-
<!--Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
0 commit comments