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 44
55<section class="release" id="unreleased">
66
7- ## Unreleased (2024-12-10 )
7+ ## Unreleased (2024-12-11 )
88
99<section class="packages">
1010
@@ -594,6 +594,7 @@ A total of 10 people contributed to this release. Thank you to the following con
594594
595595<details>
596596
597+ - [`bf5643f`](https://github.com/stdlib-js/stdlib/commit/bf5643fb1a3f32a60903d8e210f71571e609119f) - **docs:** update related packages sections [(#3404)](https://github.com/stdlib-js/stdlib/pull/3404) _(by stdlib-bot)_
597598- [`ac06419`](https://github.com/stdlib-js/stdlib/commit/ac06419c2a8358dfd80818823f571077eb58958e) - **docs:** update related packages sections [(#3387)](https://github.com/stdlib-js/stdlib/pull/3387) _(by stdlib-bot)_
598599- [`1c56b73`](https://github.com/stdlib-js/stdlib/commit/1c56b737ec018cc818cebf19e5c7947fa684e126) - **docs:** update related packages sections [(#3380)](https://github.com/stdlib-js/stdlib/pull/3380) _(by stdlib-bot)_
599600- [`0a8192d`](https://github.com/stdlib-js/stdlib/commit/0a8192d68506a2abf4c3e52e1af9f1510e1660b4) - **docs:** update related packages sections [(#3370)](https://github.com/stdlib-js/stdlib/pull/3370) _(by stdlib-bot)_
Original file line number Diff line number Diff line change @@ -89,6 +89,14 @@ var out = cartesianPower( x, 3 );
8989
9090<section class =" related " >
9191
92+ * * *
93+
94+ ## See Also
95+
96+ - <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 >
97+ - <span class =" package-name " >[ ` @stdlib/array/base/cartesian-product ` ] [ @stdlib/array/base/cartesian-product ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the Cartesian product.</span >
98+ - <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 >
99+
92100</section >
93101
94102<!-- /.related -->
@@ -99,6 +107,16 @@ var out = cartesianPower( x, 3 );
99107
100108[ cartesian-product ] : https://en.wikipedia.org/wiki/Cartesian_product
101109
110+ <!-- <related-links> -->
111+
112+ [ @stdlib/array/cartesian-power ] : https://github.com/stdlib-js/array/tree/main/cartesian-power
113+
114+ [ @stdlib/array/base/cartesian-product ] : https://github.com/stdlib-js/array/tree/main/base/cartesian-product
115+
116+ [ @stdlib/array/base/cartesian-square ] : https://github.com/stdlib-js/array/tree/main/base/cartesian-square
117+
118+ <!-- </related-links> -->
119+
102120</section >
103121
104122<!-- /.links -->
You can’t perform that action at this time.
0 commit comments