Skip to content

Commit 66c0b6b

Browse files
committed
Auto-generated commit
1 parent 0b2f202 commit 66c0b6b

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-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-30)
7+
## Unreleased (2025-01-05)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@ This release closes the following issue:
3434

3535
<details>
3636

37+
- [`f231799`](https://github.com/stdlib-js/stdlib/commit/f231799e1d40cfff7ceb79a6074166a08c4ba072) - **docs:** update related packages sections [(#4545)](https://github.com/stdlib-js/stdlib/pull/4545) _(by stdlib-bot)_
3738
- [`19343f5`](https://github.com/stdlib-js/stdlib/commit/19343f5f7a3359b989d091ed31d9e3c64cf89c9c) - **chore:** fix copyright years and disable lint rules _(by Philipp Burckhardt)_
3839
- [`a4ca598`](https://github.com/stdlib-js/stdlib/commit/a4ca5986c4a9816d627387004026ec96539c81f9) - **feat:** add `constants/float32/min-base10-exponent-subnormal` [(#3100)](https://github.com/stdlib-js/stdlib/pull/3100) _(by Aayush Khanna)_
3940

CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
2727
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
2828
Debashis Maharana <debashismaharana7854@gmail.com>
2929
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
30+
Dhruv Arvind Singh <154677013+DhruvArvindSingh@users.noreply.github.com>
3031
Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
3132
Dominic Lim <46486515+domlimm@users.noreply.github.com>
3233
Dominik Moritz <domoritz@gmail.com>
@@ -117,7 +118,7 @@ UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
117118
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
118119
Varad Gupta <varadgupta21@gmail.com>
119120
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
120-
Vivek maurya <155618190+vivekmaurya001@users.noreply.github.com>
121+
Vivek Maurya <vm8118134@gmail.com>
121122
Xiaochuan Ye <tap91624@gmail.com>
122123
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
123124
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>

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
@@ -159,6 +159,13 @@ Macro for the minimum base 10 exponent for a subnormal [single-precision floatin
159159

160160
<section class="related">
161161

162+
* * *
163+
164+
## See Also
165+
166+
- <span class="package-name">[`@stdlib/constants-float32/min-base10-exponent`][@stdlib/constants/float32/min-base10-exponent]</span><span class="delimiter">: </span><span class="description">the minimum base 10 exponent for a normal single-precision floating-point number.</span>
167+
- <span class="package-name">[`@stdlib/constants-float64/min-base10-exponent-subnormal`][@stdlib/constants/float64/min-base10-exponent-subnormal]</span><span class="delimiter">: </span><span class="description">the minimum base 10 exponent for a subnormal double-precision floating-point number.</span>
168+
162169
</section>
163170

164171
<!-- /.related -->
@@ -189,7 +196,7 @@ See [LICENSE][stdlib-license].
189196

190197
## Copyright
191198

192-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
199+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
193200

194201
</section>
195202

@@ -239,6 +246,10 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
239246

240247
<!-- <related-links> -->
241248

249+
[@stdlib/constants/float32/min-base10-exponent]: https://github.com/stdlib-js/constants-float32-min-base10-exponent
250+
251+
[@stdlib/constants/float64/min-base10-exponent-subnormal]: https://github.com/stdlib-js/constants-float64-min-base10-exponent-subnormal
252+
242253
<!-- </related-links> -->
243254

244255
</section>

0 commit comments

Comments
 (0)