Skip to content

Commit b2f2128

Browse files
committed
Auto-generated commit
1 parent 94e42c9 commit b2f2128

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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-26)
7+
## Unreleased (2024-12-27)
88

99
<section class="packages">
1010

@@ -2763,6 +2763,7 @@ A total of 5 people contributed to this release. Thank you to the following cont
27632763

27642764
<details>
27652765

2766+
- [`a69e423`](https://github.com/stdlib-js/stdlib/commit/a69e423dc4990692cdf4ce6648544ba30594d7cb) - **docs:** update related packages sections [(#4265)](https://github.com/stdlib-js/stdlib/pull/4265) _(by stdlib-bot, Philipp Burckhardt)_
27662767
- [`a6f3921`](https://github.com/stdlib-js/stdlib/commit/a6f3921560705503dcb5ee2575dd2f11417f58fb) - **docs:** update related packages sections [(#4242)](https://github.com/stdlib-js/stdlib/pull/4242) _(by stdlib-bot, Athan Reines)_
27672768
- [`7245f3c`](https://github.com/stdlib-js/stdlib/commit/7245f3c8cf9139b72f6f058e8c878b13e02ded9f) - **feat:** add `math/base/special/nonfibonaccif` [(#3391)](https://github.com/stdlib-js/stdlib/pull/3391) _(by Aayush Khanna, Athan Reines, Gunj Joshi, stdlib-bot)_
27682769
- [`4a70790`](https://github.com/stdlib-js/stdlib/commit/4a707903dfef7c2b56216000165706497d19a251) - **style:** add missing spaces _(by Philipp Burckhardt)_

base/assert/is-nonnegative-finite/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,14 @@ int main( void ) {
179179

180180
<section class="related">
181181

182+
* * *
183+
184+
## See Also
185+
186+
- <span class="package-name">[`@stdlib/math/base/assert/is-negative-finite`][@stdlib/math/base/assert/is-negative-finite]</span><span class="delimiter">: </span><span class="description">test if a double-precision floating-point numeric value is a negative finite number.</span>
187+
- <span class="package-name">[`@stdlib/math/base/assert/is-positive-finite`][@stdlib/math/base/assert/is-positive-finite]</span><span class="delimiter">: </span><span class="description">test if a double-precision floating-point numeric value is a positive finite number.</span>
188+
- <span class="package-name">[`@stdlib/math/base/assert/is-nonpositive-finite`][@stdlib/math/base/assert/is-nonpositive-finite]</span><span class="delimiter">: </span><span class="description">test if a numeric value is a nonpositive finite number.</span>
189+
182190
</section>
183191

184192
<!-- /.related -->
@@ -189,6 +197,12 @@ int main( void ) {
189197

190198
<!-- <related-links> -->
191199

200+
[@stdlib/math/base/assert/is-negative-finite]: https://github.com/stdlib-js/math/tree/main/base/assert/is-negative-finite
201+
202+
[@stdlib/math/base/assert/is-positive-finite]: https://github.com/stdlib-js/math/tree/main/base/assert/is-positive-finite
203+
204+
[@stdlib/math/base/assert/is-nonpositive-finite]: https://github.com/stdlib-js/math/tree/main/base/assert/is-nonpositive-finite
205+
192206
<!-- </related-links> -->
193207

194208
</section>

0 commit comments

Comments
 (0)