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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/complex/conj/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,9 +223,9 @@ int main( void ) {
223
223
224
224
## See Also
225
225
226
-
- <spanclass="package-name">[`@stdlib/complex/double-precision complex floating-point number`][@stdlib/complex/imag]</span><spanclass="delimiter">: </span><spanclass="description">return the imaginary component of a complex number.</span>
227
-
- <spanclass="package-name">[`@stdlib/complex/real`][@stdlib/complex/real]</span><spanclass="delimiter">: </span><spanclass="description">return the real component of a complex number.</span>
228
-
- <spanclass="package-name">[`@stdlib/complex/reim`][@stdlib/complex/reim]</span><spanclass="delimiter">: </span><spanclass="description">return the real and imaginary components of a complex number.</span>
226
+
- <spanclass="package-name">[`@stdlib/complex/imag`][@stdlib/complex/imag]</span><spanclass="delimiter">: </span><spanclass="description">return the imaginary component of a double-precision complex floating-point number.</span>
227
+
- <spanclass="package-name">[`@stdlib/complex/real`][@stdlib/complex/real]</span><spanclass="delimiter">: </span><spanclass="description">return the real component of a double-precision complex floating-point number.</span>
228
+
- <spanclass="package-name">[`@stdlib/complex/reim`][@stdlib/complex/reim]</span><spanclass="delimiter">: </span><spanclass="description">return the real and imaginary components of a double-precision complex floating-point number.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/complex/conjf/README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,15 @@ int main( void ) {
219
219
220
220
<sectionclass="related">
221
221
222
+
* * *
223
+
224
+
## See Also
225
+
226
+
- <spanclass="package-name">[`@stdlib/complex/conj`][@stdlib/complex/conj]</span><spanclass="delimiter">: </span><spanclass="description">return the complex conjugate of a double-precision complex floating-point number.</span>
227
+
- <spanclass="package-name">[`@stdlib/complex/imagf`][@stdlib/complex/imagf]</span><spanclass="delimiter">: </span><spanclass="description">return the imaginary component of a single-precision complex floating-point number.</span>
228
+
- <spanclass="package-name">[`@stdlib/complex/realf`][@stdlib/complex/realf]</span><spanclass="delimiter">: </span><spanclass="description">return the real component of a single-precision complex floating-point number.</span>
229
+
- <spanclass="package-name">[`@stdlib/complex/reimf`][@stdlib/complex/reimf]</span><spanclass="delimiter">: </span><spanclass="description">return the real and imaginary components of a single-precision complex floating-point number.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/complex/dtype/README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,12 @@ for ( i = 0; i < DTYPES.length; i++ ) {
115
115
116
116
<sectionclass="related">
117
117
118
+
* * *
119
+
120
+
## See Also
121
+
122
+
- <spanclass="package-name">[`@stdlib/array/dtype`][@stdlib/array/dtype]</span><spanclass="delimiter">: </span><spanclass="description">return the data type of an array.</span>
123
+
118
124
</section>
119
125
120
126
<!-- /.related -->
@@ -123,7 +129,13 @@ for ( i = 0; i < DTYPES.length; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/complex/dtypes/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,12 @@ bool = isdtype( 'beep' );
117
117
118
118
<sectionclass="related">
119
119
120
+
* * *
121
+
122
+
## See Also
123
+
124
+
- <spanclass="package-name">[`@stdlib/array/typed-complex-dtypes`][@stdlib/array/typed-complex-dtypes]</span><spanclass="delimiter">: </span><spanclass="description">list of complex typed array data types.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/complex/imag/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,8 +206,8 @@ int main( void ) {
206
206
207
207
## See Also
208
208
209
-
- <spanclass="package-name">[`@stdlib/complex/real`][@stdlib/complex/real]</span><spanclass="delimiter">: </span><spanclass="description">return the real component of a complex number.</span>
210
-
- <spanclass="package-name">[`@stdlib/complex/reim`][@stdlib/complex/reim]</span><spanclass="delimiter">: </span><spanclass="description">return the real and imaginary components of a complex number.</span>
209
+
- <spanclass="package-name">[`@stdlib/complex/real`][@stdlib/complex/real]</span><spanclass="delimiter">: </span><spanclass="description">return the real component of a double-precision complex floating-point number.</span>
210
+
- <spanclass="package-name">[`@stdlib/complex/reim`][@stdlib/complex/reim]</span><spanclass="delimiter">: </span><spanclass="description">return the real and imaginary components of a double-precision complex floating-point number.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/complex/imagf/README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,14 @@ int main( void ) {
202
202
203
203
<sectionclass="related">
204
204
205
+
* * *
206
+
207
+
## See Also
208
+
209
+
- <spanclass="package-name">[`@stdlib/complex/imag`][@stdlib/complex/imag]</span><spanclass="delimiter">: </span><spanclass="description">return the imaginary component of a double-precision complex floating-point number.</span>
210
+
- <spanclass="package-name">[`@stdlib/complex/realf`][@stdlib/complex/realf]</span><spanclass="delimiter">: </span><spanclass="description">return the real component of a single-precision complex floating-point number.</span>
211
+
- <spanclass="package-name">[`@stdlib/complex/reimf`][@stdlib/complex/reimf]</span><spanclass="delimiter">: </span><spanclass="description">return the real and imaginary components of a single-precision complex floating-point number.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/complex/promotion-rules/README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,13 @@ for ( i = 0; i < DTYPES.length; i++ ) {
134
134
135
135
<sectionclass="related">
136
136
137
+
* * *
138
+
139
+
## See Also
140
+
141
+
- <spanclass="package-name">[`@stdlib/array/promotion-rules`][@stdlib/array/promotion-rules]</span><spanclass="delimiter">: </span><spanclass="description">return the array data type with the smallest size and closest kind to which array data types can be safely cast.</span>
142
+
- <spanclass="package-name">[`@stdlib/ndarray/promotion-rules`][@stdlib/ndarray/promotion-rules]</span><spanclass="delimiter">: </span><spanclass="description">return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.</span>
143
+
137
144
</section>
138
145
139
146
<!-- /.related -->
@@ -144,6 +151,14 @@ for ( i = 0; i < DTYPES.length; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/complex/real/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,8 +206,8 @@ int main( void ) {
206
206
207
207
## See Also
208
208
209
-
- <spanclass="package-name">[`@stdlib/complex/imag`][@stdlib/complex/imag]</span><spanclass="delimiter">: </span><spanclass="description">return the imaginary component of a complex number.</span>
210
-
- <spanclass="package-name">[`@stdlib/complex/reim`][@stdlib/complex/reim]</span><spanclass="delimiter">: </span><spanclass="description">return the real and imaginary components of a complex number.</span>
209
+
- <spanclass="package-name">[`@stdlib/complex/imag`][@stdlib/complex/imag]</span><spanclass="delimiter">: </span><spanclass="description">return the imaginary component of a double-precision complex floating-point number.</span>
210
+
- <spanclass="package-name">[`@stdlib/complex/reim`][@stdlib/complex/reim]</span><spanclass="delimiter">: </span><spanclass="description">return the real and imaginary components of a double-precision complex floating-point number.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/complex/realf/README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,14 @@ int main( void ) {
202
202
203
203
<sectionclass="related">
204
204
205
+
* * *
206
+
207
+
## See Also
208
+
209
+
- <spanclass="package-name">[`@stdlib/complex/imagf`][@stdlib/complex/imagf]</span><spanclass="delimiter">: </span><spanclass="description">return the imaginary component of a single-precision complex floating-point number.</span>
210
+
- <spanclass="package-name">[`@stdlib/complex/real`][@stdlib/complex/real]</span><spanclass="delimiter">: </span><spanclass="description">return the real component of a double-precision complex floating-point number.</span>
211
+
- <spanclass="package-name">[`@stdlib/complex/reimf`][@stdlib/complex/reimf]</span><spanclass="delimiter">: </span><spanclass="description">return the real and imaginary components of a single-precision complex floating-point number.</span>
0 commit comments