File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<section class="release" id="unreleased">
6
6
7
- ## Unreleased (2024-12-27 )
7
+ ## Unreleased (2024-12-28 )
8
8
9
9
<section class="packages">
10
10
@@ -869,6 +869,7 @@ A total of 12 people contributed to this release. Thank you to the following con
869
869
870
870
<details>
871
871
872
+ - [`8f2808d`](https://github.com/stdlib-js/stdlib/commit/8f2808dec8c8a6508841e86453fba823823efc6c) - **docs:** update related packages sections [(#4302)](https://github.com/stdlib-js/stdlib/pull/4302) _(by stdlib-bot)_
872
873
- [`a69e423`](https://github.com/stdlib-js/stdlib/commit/a69e423dc4990692cdf4ce6648544ba30594d7cb) - **docs:** update related packages sections [(#4265)](https://github.com/stdlib-js/stdlib/pull/4265) _(by stdlib-bot, Philipp Burckhardt)_
873
874
- [`a6f3921`](https://github.com/stdlib-js/stdlib/commit/a6f3921560705503dcb5ee2575dd2f11417f58fb) - **docs:** update related packages sections [(#4242)](https://github.com/stdlib-js/stdlib/pull/4242) _(by stdlib-bot, Athan Reines)_
874
875
- [`f9fce59`](https://github.com/stdlib-js/stdlib/commit/f9fce5904d09fc2f61c1d7c21d26e59f7de17420) - **docs:** update related packages sections [(#4212)](https://github.com/stdlib-js/stdlib/pull/4212) _(by stdlib-bot)_
Original file line number Diff line number Diff line change @@ -87,6 +87,14 @@ var out = cartesianProduct( x1, x2 );
87
87
88
88
<section class =" related " >
89
89
90
+ * * *
91
+
92
+ ## See Also
93
+
94
+ - <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 >
95
+ - <span class =" package-name " >[ ` @stdlib/array/base/cartesian-power ` ] [ @stdlib/array/base/cartesian-power ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the Cartesian power.</span >
96
+ - <span class =" package-name " >[ ` @stdlib/array/base/cartesian-square ` ] [ @stdlib/array/base/cartesian-square ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the Cartesian square.</span >
97
+
90
98
</section >
91
99
92
100
<!-- /.related -->
@@ -97,6 +105,16 @@ var out = cartesianProduct( x1, x2 );
97
105
98
106
[ cartesian-product ] : https://en.wikipedia.org/wiki/Cartesian_product
99
107
108
+ <!-- <related-links> -->
109
+
110
+ [ @stdlib/array/cartesian-product ] : https://github.com/stdlib-js/array/tree/main/cartesian-product
111
+
112
+ [ @stdlib/array/base/cartesian-power ] : https://github.com/stdlib-js/array/tree/main/base/cartesian-power
113
+
114
+ [ @stdlib/array/base/cartesian-square ] : https://github.com/stdlib-js/array/tree/main/base/cartesian-square
115
+
116
+ <!-- </related-links> -->
117
+
100
118
</section >
101
119
102
120
<!-- /.links -->
You can’t perform that action at this time.
0 commit comments