From 1c0e99e21b406d4e03e3117beedc75d1f0793a85 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Mon, 3 Feb 2025 02:23:20 +0000 Subject: [PATCH] docs: update related packages sections --- .../constants/float32/sqrt-three/README.md | 15 +++++++++++++++ .../@stdlib/stats/base/dmaxsorted/README.md | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/constants/float32/sqrt-three/README.md b/lib/node_modules/@stdlib/constants/float32/sqrt-three/README.md index b8dfa1774648..07bce8d89629 100644 --- a/lib/node_modules/@stdlib/constants/float32/sqrt-three/README.md +++ b/lib/node_modules/@stdlib/constants/float32/sqrt-three/README.md @@ -120,6 +120,13 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `3` as a single- @@ -130,6 +137,14 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `3` as a single- [@stdlib/math/base/special/sqrtf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrtf + + +[@stdlib/constants/float32/sqrt-two]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/sqrt-two + +[@stdlib/constants/float64/sqrt-three]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/sqrt-three + + + diff --git a/lib/node_modules/@stdlib/stats/base/dmaxsorted/README.md b/lib/node_modules/@stdlib/stats/base/dmaxsorted/README.md index 39f2f6cfd0cd..0cbfd2309796 100644 --- a/lib/node_modules/@stdlib/stats/base/dmaxsorted/README.md +++ b/lib/node_modules/@stdlib/stats/base/dmaxsorted/README.md @@ -277,7 +277,7 @@ int main( void ) { ## See Also -- [`@stdlib/stats/base/dmax`][@stdlib/stats/base/dmax]: calculate the maximum value of a double-precision floating-point strided array. +- [`@stdlib/stats/strided/dmax`][@stdlib/stats/strided/dmax]: calculate the maximum value of a double-precision floating-point strided array. - [`@stdlib/stats/base/dminsorted`][@stdlib/stats/base/dminsorted]: calculate the minimum value of a sorted double-precision floating-point strided array. - [`@stdlib/stats/base/maxsorted`][@stdlib/stats/base/maxsorted]: calculate the maximum value of a sorted strided array. - [`@stdlib/stats/base/smaxsorted`][@stdlib/stats/base/smaxsorted]: calculate the maximum value of a sorted single-precision floating-point strided array. @@ -296,7 +296,7 @@ int main( void ) { -[@stdlib/stats/base/dmax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dmax +[@stdlib/stats/strided/dmax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/dmax [@stdlib/stats/base/dminsorted]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dminsorted