File tree 1 file changed +17
-2
lines changed 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,13 @@ var out = cartesianSquare( x );
115
115
116
116
<section class =" related " >
117
117
118
+ * * *
119
+
120
+ ## See Also
121
+
122
+ - <span class =" package-name " >[ ` @stdlib/array-cartesian-power ` ] [ @stdlib/array/cartesian-power ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the Cartesian power.</span >
123
+ - <span class =" package-name " >[ ` @stdlib/array-cartesian-product ` ] [ @stdlib/array/cartesian-product ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the Cartesian product.</span >
124
+
118
125
</section >
119
126
120
127
<!-- /.related -->
@@ -158,8 +165,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
158
165
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/array-cartesian-square.svg
159
166
[ npm-url ] : https://npmjs.org/package/@stdlib/array-cartesian-square
160
167
161
- [ test-image ] : https://github.com/stdlib-js/array-cartesian-square/actions/workflows/test.yml/badge.svg?branch=v0.1.0
162
- [ test-url ] : https://github.com/stdlib-js/array-cartesian-square/actions/workflows/test.yml?query=branch:v0.1.0
168
+ [ test-image ] : https://github.com/stdlib-js/array-cartesian-square/actions/workflows/test.yml/badge.svg?branch=main
169
+ [ test-url ] : https://github.com/stdlib-js/array-cartesian-square/actions/workflows/test.yml?query=branch:main
163
170
164
171
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/array-cartesian-square/main.svg
165
172
[ coverage-url ] : https://codecov.io/github/stdlib-js/array-cartesian-square?branch=main
@@ -193,6 +200,14 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
193
200
194
201
[ cartesian-product ] : https://en.wikipedia.org/wiki/Cartesian_product
195
202
203
+ <!-- <related-links> -->
204
+
205
+ [ @stdlib/array/cartesian-power ] : https://github.com/stdlib-js/array-cartesian-power
206
+
207
+ [ @stdlib/array/cartesian-product ] : https://github.com/stdlib-js/array-cartesian-product
208
+
209
+ <!-- </related-links> -->
210
+
196
211
</section >
197
212
198
213
<!-- /.links -->
You can’t perform that action at this time.
0 commit comments