From 3d47060a3c7d405877852e4dadda70d19cd95c7f Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 8 Dec 2024 01:15:12 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- float64/high-word-abs-mask/README.md | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13cb195d..281bcc2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-12-07) +## Unreleased (2024-12-08)
@@ -405,6 +405,7 @@ A total of 6 people contributed to this release. Thank you to the following cont
+- [`7e8187a`](https://github.com/stdlib-js/stdlib/commit/7e8187a766886c2fb9cdc356cf781f0a1802172c) - **docs:** update related packages sections [(#3368)](https://github.com/stdlib-js/stdlib/pull/3368) _(by stdlib-bot)_ - [`fdee038`](https://github.com/stdlib-js/stdlib/commit/fdee0385e88ebf6a628d4a7b22df1fcc7ea1a1a2) - **feat:** add `constants/float32/sqrt-phi` [(#3351)](https://github.com/stdlib-js/stdlib/pull/3351) _(by Manvith, stdlib-bot)_ - [`0e23e02`](https://github.com/stdlib-js/stdlib/commit/0e23e02e9b5087ea5e0d58411a384d5e6185ab20) - **feat:** add `constants/float32/sqrt-half-pi` [(#3335)](https://github.com/stdlib-js/stdlib/pull/3335) _(by Manvith)_ - [`935a1af`](https://github.com/stdlib-js/stdlib/commit/935a1af66c02a850e34d9e61538559c330beb7e0) - **feat:** add `constants/float32/sqrt-three` [(#3322)](https://github.com/stdlib-js/stdlib/pull/3322) _(by Manvith)_ diff --git a/float64/high-word-abs-mask/README.md b/float64/high-word-abs-mask/README.md index d25df265..a2eeb635 100644 --- a/float64/high-word-abs-mask/README.md +++ b/float64/high-word-abs-mask/README.md @@ -147,6 +147,14 @@ Macro for the high word mask for excluding the sign bit of a [double-precision f @@ -157,6 +165,16 @@ Macro for the high word mask for excluding the sign bit of a [double-precision f [ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985 + + +[@stdlib/constants/float64/high-word-sign-mask]: https://github.com/stdlib-js/constants/tree/main/float64/high-word-sign-mask + +[@stdlib/constants/float64/high-word-exponent-mask]: https://github.com/stdlib-js/constants/tree/main/float64/high-word-exponent-mask + +[@stdlib/constants/float64/high-word-significand-mask]: https://github.com/stdlib-js/constants/tree/main/float64/high-word-significand-mask + + +