From e8b01c81152bac058f4324811f5406994e408733 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Tue, 21 Jan 2025 02:23:03 +0000 Subject: [PATCH] docs: update related packages sections --- .../@stdlib/blas/ext/base/gapxsumpw/README.md | 4 ++-- .../float32/max-base10-exponent-subnormal/README.md | 11 +++++++++++ lib/node_modules/@stdlib/stats/base/cumax/README.md | 2 +- .../@stdlib/strided/base/dtype-enum2str/README.md | 12 ++++++++++++ 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/README.md b/lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/README.md index 4689ae60e418..4f11f7b8c11c 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/README.md +++ b/lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/README.md @@ -160,9 +160,9 @@ console.log( v ); ## See Also - [`@stdlib/blas/ext/base/dapxsumpw`][@stdlib/blas/ext/base/dapxsumpw]: add a scalar constant to each double-precision floating-point strided array element and compute the sum using pairwise summation. -- [`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]: add a constant to each strided array element and compute the sum. +- [`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]: add a scalar constant to each strided array element and compute the sum. - [`@stdlib/blas/ext/base/gsumpw`][@stdlib/blas/ext/base/gsumpw]: calculate the sum of strided array elements using pairwise summation. -- [`@stdlib/blas/ext/base/sapxsumpw`][@stdlib/blas/ext/base/sapxsumpw]: add a constant to each single-precision floating-point strided array element and compute the sum using pairwise summation. +- [`@stdlib/blas/ext/base/sapxsumpw`][@stdlib/blas/ext/base/sapxsumpw]: add a scalar constant to each single-precision floating-point strided array element and compute the sum using pairwise summation. diff --git a/lib/node_modules/@stdlib/constants/float32/max-base10-exponent-subnormal/README.md b/lib/node_modules/@stdlib/constants/float32/max-base10-exponent-subnormal/README.md index e5e594250ad9..0dd9a487a26b 100644 --- a/lib/node_modules/@stdlib/constants/float32/max-base10-exponent-subnormal/README.md +++ b/lib/node_modules/@stdlib/constants/float32/max-base10-exponent-subnormal/README.md @@ -126,6 +126,13 @@ Macro for the maximum base 10 exponent for a subnormal [single-precision floatin @@ -138,6 +145,10 @@ Macro for the maximum base 10 exponent for a subnormal [single-precision floatin +[@stdlib/constants/float32/max-base10-exponent]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-base10-exponent + +[@stdlib/constants/float64/max-base10-exponent-subnormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/max-base10-exponent-subnormal + diff --git a/lib/node_modules/@stdlib/stats/base/cumax/README.md b/lib/node_modules/@stdlib/stats/base/cumax/README.md index ac3e4fb02cab..c567f69b86b0 100644 --- a/lib/node_modules/@stdlib/stats/base/cumax/README.md +++ b/lib/node_modules/@stdlib/stats/base/cumax/README.md @@ -193,7 +193,7 @@ console.log( y ); [@stdlib/stats/base/cumin]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/cumin -[@stdlib/stats/strided/dcumax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dcumax +[@stdlib/stats/strided/dcumax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/dcumax [@stdlib/stats/base/scumax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/scumax diff --git a/lib/node_modules/@stdlib/strided/base/dtype-enum2str/README.md b/lib/node_modules/@stdlib/strided/base/dtype-enum2str/README.md index 2c9e1c6016b5..ed8f7795d2c0 100644 --- a/lib/node_modules/@stdlib/strided/base/dtype-enum2str/README.md +++ b/lib/node_modules/@stdlib/strided/base/dtype-enum2str/README.md @@ -126,6 +126,12 @@ str = enum2str( str2enum( 'uint8' ) ); @@ -134,6 +140,12 @@ str = enum2str( str2enum( 'uint8' ) );