You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2024-12-01)
7
+
## Unreleased (2024-12-11)
8
8
9
9
<sectionclass="reverts">
10
10
@@ -22,6 +22,7 @@
22
22
23
23
<details>
24
24
25
+
-[`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)_
25
26
-[`b0e68c5`](https://github.com/stdlib-js/stdlib/commit/b0e68c5bc8ee985794eb2ea1791c9337cd15fbd0) - **chore:** update to modern benchmark Makefile _(by Philipp Burckhardt)_
26
27
-[`d8a4cfb`](https://github.com/stdlib-js/stdlib/commit/d8a4cfb578a949ed07c7a18749e48096f4f9b488) - **revert:** chore: update to modern benchmark Makefile _(by Philipp Burckhardt)_
27
28
-[`97a27cf`](https://github.com/stdlib-js/stdlib/commit/97a27cf2746042026c3e68416b7c5f9da2bb24d9) - **chore:** update to modern benchmark Makefile _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,14 @@ for ( i = 0; i < 100; i++ ) {
162
162
163
163
<sectionclass="related">
164
164
165
+
* * *
166
+
167
+
## See Also
168
+
169
+
- <spanclass="package-name">[`@stdlib/math-base/special/maxn`][@stdlib/math/base/special/maxn]</span><spanclass="delimiter">: </span><spanclass="description">return the maximum value.</span>
170
+
- <spanclass="package-name">[`@stdlib/math-base/special/maxabs`][@stdlib/math/base/special/maxabs]</span><spanclass="delimiter">: </span><spanclass="description">return the maximum absolute value.</span>
171
+
- <spanclass="package-name">[`@stdlib/math-base/special/minabsn`][@stdlib/math/base/special/minabsn]</span><spanclass="delimiter">: </span><spanclass="description">return the minimum absolute value.</span>
0 commit comments