Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 8, 2024
1 parent c1cd1f3 commit 3d47060
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-12-07)
## Unreleased (2024-12-08)

<section class="packages">

Expand Down Expand Up @@ -405,6 +405,7 @@ A total of 6 people contributed to this release. Thank you to the following cont

<details>

- [`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)_
Expand Down
18 changes: 18 additions & 0 deletions float64/high-word-abs-mask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,14 @@ Macro for the high word mask for excluding the sign bit of a [double-precision f

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/constants/float64/high-word-sign-mask`][@stdlib/constants/float64/high-word-sign-mask]</span><span class="delimiter">: </span><span class="description">high word mask for the sign bit of a double-precision floating-point number.</span>
- <span class="package-name">[`@stdlib/constants/float64/high-word-exponent-mask`][@stdlib/constants/float64/high-word-exponent-mask]</span><span class="delimiter">: </span><span class="description">high word mask for the exponent of a double-precision floating-point number.</span>
- <span class="package-name">[`@stdlib/constants/float64/high-word-significand-mask`][@stdlib/constants/float64/high-word-significand-mask]</span><span class="delimiter">: </span><span class="description">high word mask for the significand of a double-precision floating-point number.</span>

</section>

<!-- /.related -->
Expand All @@ -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

<!-- <related-links> -->

[@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

<!-- </related-links> -->

</section>

<!-- /.links -->

0 comments on commit 3d47060

Please sign in to comment.