Skip to content

Commit 78f9023

Browse files
committed
Auto-generated commit
1 parent 33162e4 commit 78f9023

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
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 (2024-12-23)
7+
## Unreleased (2025-01-13)
88

99
<section class="features">
1010

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

3333
<details>
3434

35+
- [`f0db7f5`](https://github.com/stdlib-js/stdlib/commit/f0db7f5956b712e544fb2cd7c1432feaff516008) - **docs:** update related packages sections [(#4728)](https://github.com/stdlib-js/stdlib/pull/4728) _(by stdlib-bot)_
3536
- [`31c168c`](https://github.com/stdlib-js/stdlib/commit/31c168c72351f2885bcf7361b9168cefb454f6dc) - **fix:** add missing `f` suffix in `constants/float32/ln-two` [(#3110)](https://github.com/stdlib-js/stdlib/pull/3110) _(by Gunj Joshi)_
3637
- [`893cb1b`](https://github.com/stdlib-js/stdlib/commit/893cb1b86ececb01085118705c19a842f70da511) - **feat:** add `constants/float32/ln-two` [(#3079)](https://github.com/stdlib-js/stdlib/pull/3079) _(by Gunj Joshi)_
3738

CONTRIBUTORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Daniel Killenberger <[email protected]>
2727
Daniel Yu <[email protected]>
2828
Debashis Maharana <[email protected]>
2929
Desh Deepak Kant <[email protected]>
30+
Dhruv Arvind Singh <[email protected]>
3031
Divyansh Seth <[email protected]>
3132
Dominic Lim <[email protected]>
3233
Dominik Moritz <[email protected]>
@@ -49,6 +50,7 @@ Joey Reed <[email protected]>
4950
Jordan Gallivan <[email protected]>
5051
Joris Labie <[email protected]>
5152
Justin Dennison <[email protected]>
53+
Karan Anand <[email protected]>
5254
Karthik Prakash <[email protected]>
5355
Kohantika Nath <[email protected]>
5456
Krishnendu Das <[email protected]>
@@ -117,7 +119,7 @@ UtkershBasnet <[email protected]>
117119
Vaibhav Patel <[email protected]>
118120
Varad Gupta <[email protected]>
119121
Vinit Pandit <[email protected]>
120-
Vivek maurya <[email protected].com>
122+
Vivek Maurya <vm8118134@gmail.com>
121123
Xiaochuan Ye <[email protected]>
122124
Yaswanth Kosuru <[email protected]>
123125
Yernar Yergaziyev <[email protected]>

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,13 @@ Macro for the [natural logarithm][@stdlib/math/base/special/lnf] of `2` as a sin
151151

152152
<section class="related">
153153

154+
* * *
155+
156+
## See Also
157+
158+
- <span class="package-name">[`@stdlib/constants-float32/ln-ten`][@stdlib/constants/float32/ln-ten]</span><span class="delimiter">: </span><span class="description">natural logarithm of `10` as a single-precision floating-point number.</span>
159+
- <span class="package-name">[`@stdlib/constants-float64/ln-two`][@stdlib/constants/float64/ln-two]</span><span class="delimiter">: </span><span class="description">natural logarithm of 2.</span>
160+
154161
</section>
155162

156163
<!-- /.related -->
@@ -181,7 +188,7 @@ See [LICENSE][stdlib-license].
181188

182189
## Copyright
183190

184-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
191+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
185192

186193
</section>
187194

@@ -231,6 +238,10 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
231238

232239
<!-- <related-links> -->
233240

241+
[@stdlib/constants/float32/ln-ten]: https://github.com/stdlib-js/constants-float32-ln-ten
242+
243+
[@stdlib/constants/float64/ln-two]: https://github.com/stdlib-js/constants-float64-ln-two
244+
234245
<!-- </related-links> -->
235246

236247
</section>

0 commit comments

Comments
 (0)