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-18 )
7
+ ## Unreleased (2024-12-19 )
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
+ - [`f317033`](https://github.com/stdlib-js/stdlib/commit/f3170337071651a2997d15ac194fc767570f2f75) - **docs:** update related packages sections [(#4040)](https://github.com/stdlib-js/stdlib/pull/4040) _(by stdlib-bot)_
872
873
- [`a1b543a`](https://github.com/stdlib-js/stdlib/commit/a1b543a2a1bdf4d1fb9438bd4a13cb971af62063) - **docs:** update related packages sections [(#4009)](https://github.com/stdlib-js/stdlib/pull/4009) _(by stdlib-bot, Philipp Burckhardt)_
873
874
- [`32deb11`](https://github.com/stdlib-js/stdlib/commit/32deb11c6a2453748d8db9554b6bb3fdb73a077f) - **docs:** update related packages sections [(#3976)](https://github.com/stdlib-js/stdlib/pull/3976) _(by stdlib-bot)_
874
875
- [`feaea9b`](https://github.com/stdlib-js/stdlib/commit/feaea9bf8dbfa4ee372583107972c442109682d6) - **docs:** update descriptions _(by Athan Reines)_
Original file line number Diff line number Diff line change @@ -82,6 +82,14 @@ var out = cartesianSquare( x );
82
82
83
83
<section class =" related " >
84
84
85
+ * * *
86
+
87
+ ## See Also
88
+
89
+ - <span class =" package-name " >[ ` @stdlib/array/cartesian-square ` ] [ @stdlib/array/cartesian-square ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the Cartesian square.</span >
90
+ - <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 >
91
+ - <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 >
92
+
85
93
</section >
86
94
87
95
<!-- /.related -->
@@ -92,6 +100,16 @@ var out = cartesianSquare( x );
92
100
93
101
[ cartesian-product ] : https://en.wikipedia.org/wiki/Cartesian_product
94
102
103
+ <!-- <related-links> -->
104
+
105
+ [ @stdlib/array/cartesian-square ] : https://github.com/stdlib-js/array/tree/main/cartesian-square
106
+
107
+ [ @stdlib/array/base/cartesian-power ] : https://github.com/stdlib-js/array/tree/main/base/cartesian-power
108
+
109
+ [ @stdlib/array/base/cartesian-product ] : https://github.com/stdlib-js/array/tree/main/base/cartesian-product
110
+
111
+ <!-- </related-links> -->
112
+
95
113
</section >
96
114
97
115
<!-- /.links -->
You can’t perform that action at this time.
0 commit comments