Skip to content

Commit a16dbcb

Browse files
committed
Auto-generated commit
1 parent c70a50f commit a16dbcb

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-02-24)
7+
## Unreleased (2025-03-02)
88

99
<section class="features">
1010

@@ -32,6 +32,7 @@
3232

3333
<details>
3434

35+
- [`ce84c4e`](https://github.com/stdlib-js/stdlib/commit/ce84c4e7f25518da8c47a2cddd3bae750ed1a122) - **docs:** update related packages sections [(#5721)](https://github.com/stdlib-js/stdlib/pull/5721) _(by stdlib-bot)_
3536
- [`d7dc119`](https://github.com/stdlib-js/stdlib/commit/d7dc1197d55a17e6d3f9df1c17b2e13fe57df916) - **fix:** ensure header files reside in correct directories _(by Philipp Burckhardt)_
3637
- [`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 M, stdlib-bot)_
3738

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Joey Reed <[email protected]>
5555
Jordan Gallivan <[email protected]>
5656
Joris Labie <[email protected]>
5757
Justin Dennison <[email protected]>
58+
Justyn Shelby <[email protected]>
5859
Karan Anand <[email protected]>
5960
Karthik Prakash <[email protected]>
6061
Kohantika Nath <[email protected]>
@@ -135,7 +136,9 @@ Yaswanth Kosuru <[email protected]>
135136
Yernar Yergaziyev <[email protected]>
136137
Yuvi Mittal <[email protected]>
137138
ekambains <[email protected]>
139+
fadiothman22 <[email protected]>
138140
olenkabilonizhka <[email protected]>
139141
pranav-1720 <[email protected]>
142+
rahulrangers <[email protected]>
140143
141144

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ Macro for the square root of the [golden ratio][@stdlib/constants/float32/phi] a
153153

154154
<section class="related">
155155

156+
* * *
157+
158+
## See Also
159+
160+
- <span class="package-name">[`@stdlib/constants-float64/sqrt-phi`][@stdlib/constants/float64/sqrt-phi]</span><span class="delimiter">: </span><span class="description">square root of the golden ratio.</span>
161+
156162
</section>
157163

158164
<!-- /.related -->
@@ -233,6 +239,8 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
233239

234240
<!-- <related-links> -->
235241

242+
[@stdlib/constants/float64/sqrt-phi]: https://github.com/stdlib-js/constants-float64-sqrt-phi
243+
236244
<!-- </related-links> -->
237245

238246
</section>

0 commit comments

Comments
 (0)