From 0d51e79397ff91ac20561d66c1bb98ad0564619f Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:26:07 +0000 Subject: [PATCH] docs: update related packages sections --- .../constants/float32/max-base2-exponent/README.md | 11 +++++++++++ .../@stdlib/math/base/special/asecdf/README.md | 11 +++++++++++ .../@stdlib/math/iter/special/log/README.md | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/constants/float32/max-base2-exponent/README.md b/lib/node_modules/@stdlib/constants/float32/max-base2-exponent/README.md index 04b8659f3c8b..524eb7692bce 100644 --- a/lib/node_modules/@stdlib/constants/float32/max-base2-exponent/README.md +++ b/lib/node_modules/@stdlib/constants/float32/max-base2-exponent/README.md @@ -124,6 +124,13 @@ Macro for the maximum biased base 2 exponent for a [single-precision floating-po @@ -136,6 +143,10 @@ Macro for the maximum biased base 2 exponent for a [single-precision floating-po +[@stdlib/constants/float32/max-base2-exponent-subnormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-base2-exponent-subnormal + +[@stdlib/constants/float64/max-base2-exponent]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/max-base2-exponent + diff --git a/lib/node_modules/@stdlib/math/base/special/asecdf/README.md b/lib/node_modules/@stdlib/math/base/special/asecdf/README.md index 4aaf60672a32..6a43565fa20b 100644 --- a/lib/node_modules/@stdlib/math/base/special/asecdf/README.md +++ b/lib/node_modules/@stdlib/math/base/special/asecdf/README.md @@ -184,6 +184,13 @@ int main( void ) { @@ -196,6 +203,10 @@ int main( void ) { +[@stdlib/math/base/special/asec]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asec + +[@stdlib/math/base/special/asech]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asech + diff --git a/lib/node_modules/@stdlib/math/iter/special/log/README.md b/lib/node_modules/@stdlib/math/iter/special/log/README.md index 228500dd99fd..b83ecff7598f 100644 --- a/lib/node_modules/@stdlib/math/iter/special/log/README.md +++ b/lib/node_modules/@stdlib/math/iter/special/log/README.md @@ -166,7 +166,7 @@ while ( true ) { ## See Also -- [`@stdlib/math/base/special/log`][@stdlib/math/base/special/log]: base `b` logarithm. +- [`@stdlib/math/base/special/log`][@stdlib/math/base/special/log]: compute the base `b` logarithm of a double-precision floating-point number. - [`@stdlib/math/iter/special/log10`][@stdlib/math/iter/special/log10]: create an iterator which evaluates the common logarithm (logarithm with base 10) for each iterated value. - [`@stdlib/math/iter/special/log1p`][@stdlib/math/iter/special/log1p]: create an iterator which evaluates the natural logarithm of 1+x for each iterated value. - [`@stdlib/math/iter/special/log2`][@stdlib/math/iter/special/log2]: create an iterator which evaluates the binary logarithm for each iterated value.