From 5ea561c5235bbe6dde4782339a88034980a08bbd Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:06:57 +0000 Subject: [PATCH] docs: update related packages sections --- .../@stdlib/constants/float32/ln-two/README.md | 11 +++++++++++ .../@stdlib/constants/float32/sqrt-two/README.md | 11 +++++++++++ .../@stdlib/math/base/special/cround/README.md | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/constants/float32/ln-two/README.md b/lib/node_modules/@stdlib/constants/float32/ln-two/README.md index 26f54aeb49d5..f9871b04b97b 100644 --- a/lib/node_modules/@stdlib/constants/float32/ln-two/README.md +++ b/lib/node_modules/@stdlib/constants/float32/ln-two/README.md @@ -118,6 +118,13 @@ Macro for the [natural logarithm][@stdlib/math/base/special/lnf] of `2` as a sin @@ -130,6 +137,10 @@ Macro for the [natural logarithm][@stdlib/math/base/special/lnf] of `2` as a sin +[@stdlib/constants/float32/ln-ten]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/ln-ten + +[@stdlib/constants/float64/ln-two]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/ln-two + diff --git a/lib/node_modules/@stdlib/constants/float32/sqrt-two/README.md b/lib/node_modules/@stdlib/constants/float32/sqrt-two/README.md index 1850d2f11598..720c319fe40c 100644 --- a/lib/node_modules/@stdlib/constants/float32/sqrt-two/README.md +++ b/lib/node_modules/@stdlib/constants/float32/sqrt-two/README.md @@ -120,6 +120,13 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `2` as a single- @@ -132,6 +139,10 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `2` as a single- +[@stdlib/constants/float32/sqrt-three]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/sqrt-three + +[@stdlib/constants/float64/sqrt-two]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/sqrt-two + diff --git a/lib/node_modules/@stdlib/math/base/special/cround/README.md b/lib/node_modules/@stdlib/math/base/special/cround/README.md index 64a8f3f122a6..911092aadfe7 100644 --- a/lib/node_modules/@stdlib/math/base/special/cround/README.md +++ b/lib/node_modules/@stdlib/math/base/special/cround/README.md @@ -224,7 +224,7 @@ int main( void ) { ## See Also -- [`@stdlib/math/base/special/cceil`][@stdlib/math/base/special/cceil]: round a double-precision complex floating-point number toward positive infinity. +- [`@stdlib/math/base/special/cceil`][@stdlib/math/base/special/cceil]: round each component of a double-precision complex floating-point number toward positive infinity. - [`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]: round a double-precision complex floating-point number toward negative infinity. - [`@stdlib/math/base/special/croundn`][@stdlib/math/base/special/croundn]: round each component of a double-precision complex floating-point number to the nearest multiple of 10^n.