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 16, 2024
1 parent 1628933 commit 04a98a5
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-15)
## Unreleased (2024-12-16)

<section class="packages">

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

<details>

- [`b20a9e6`](https://github.com/stdlib-js/stdlib/commit/b20a9e616e5d04cfc3e5bc71bd557e15af738050) - **docs:** update related packages sections [(#3936)](https://github.com/stdlib-js/stdlib/pull/3936) _(by stdlib-bot)_
- [`b8c41df`](https://github.com/stdlib-js/stdlib/commit/b8c41df78cd2cdc9cd3c3c6b223759d32f4f6e14) - **docs:** update related packages sections [(#3915)](https://github.com/stdlib-js/stdlib/pull/3915) _(by stdlib-bot)_
- [`eb3a5ea`](https://github.com/stdlib-js/stdlib/commit/eb3a5ea3637fdd5804511809707bc8a14b77abe5) - **fix:** incorrect macro name in `constants/float32/max-safe-nth-lucas` [(#3904)](https://github.com/stdlib-js/stdlib/pull/3904) _(by Aayush Khanna)_
- [`5dc51f3`](https://github.com/stdlib-js/stdlib/commit/5dc51f30793f550573cd7dce63d67c87a4099f60) - **docs:** update Markdown stdlib package URLs [(#3899)](https://github.com/stdlib-js/stdlib/pull/3899) _(by stdlib-bot)_
Expand Down
18 changes: 18 additions & 0 deletions float32/half-pi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ Macro for one half times the mathematical constant [π][pi].

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/constants/float32/fourth-pi`][@stdlib/constants/float32/fourth-pi]</span><span class="delimiter">: </span><span class="description">1/4 times π.</span>
- <span class="package-name">[`@stdlib/constants/float32/pi`][@stdlib/constants/float32/pi]</span><span class="delimiter">: </span><span class="description">π.</span>
- <span class="package-name">[`@stdlib/constants/float32/two-pi`][@stdlib/constants/float32/two-pi]</span><span class="delimiter">: </span><span class="description">2π.</span>

</section>

<!-- /.related -->
Expand All @@ -118,6 +126,16 @@ Macro for one half times the mathematical constant [π][pi].

[pi]: https://en.wikipedia.org/wiki/Pi

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

[@stdlib/constants/float32/fourth-pi]: https://github.com/stdlib-js/constants/tree/main/float32/fourth-pi

[@stdlib/constants/float32/pi]: https://github.com/stdlib-js/constants/tree/main/float32/pi

[@stdlib/constants/float32/two-pi]: https://github.com/stdlib-js/constants/tree/main/float32/two-pi

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

</section>

<!-- /.links -->

0 comments on commit 04a98a5

Please sign in to comment.