Skip to content

Commit cc77a1e

Browse files
committed
Auto-generated commit
1 parent 5472ecb commit cc77a1e

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ var out = cartesianSquare( x );
115115

116116
<section class="related">
117117

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+
118125
</section>
119126

120127
<!-- /.related -->
@@ -158,8 +165,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
158165
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-cartesian-square.svg
159166
[npm-url]: https://npmjs.org/package/@stdlib/array-cartesian-square
160167

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
163170

164171
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-cartesian-square/main.svg
165172
[coverage-url]: https://codecov.io/github/stdlib-js/array-cartesian-square?branch=main
@@ -193,6 +200,14 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
193200

194201
[cartesian-product]: https://en.wikipedia.org/wiki/Cartesian_product
195202

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+
196211
</section>
197212

198213
<!-- /.links -->

0 commit comments

Comments
 (0)