Skip to content

Commit 1c31a1f

Browse files
committed
Auto-generated commit
1 parent 29239fe commit 1c31a1f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-03-24)
7+
## Unreleased (2026-03-25)
88

99
<section class="features">
1010

@@ -725,6 +725,7 @@ A total of 90 issues were closed in this release:
725725

726726
<details>
727727

728+
- [`2604e21`](https://github.com/stdlib-js/stdlib/commit/2604e213f90904e2dbf64a18afdd68cfa5881719) - **docs:** fix C example variable declaration [(#11124)](https://github.com/stdlib-js/stdlib/pull/11124) _(by anee3)_
728729
- [`90b1d08`](https://github.com/stdlib-js/stdlib/commit/90b1d08d97ae2d4db68836796d38f486d62d6610) - **chore:** minor clean-up _(by Philipp Burckhardt)_
729730
- [`e196c42`](https://github.com/stdlib-js/stdlib/commit/e196c42d4f901702ffda4f5159b2ecd9141f8384) - **feat:** add `CCCC_C` macro in `math/base/napi/quaternary` [(#11105)](https://github.com/stdlib-js/stdlib/pull/11105) _(by Neeraj Pathak)_
730731
- [`1790fd8`](https://github.com/stdlib-js/stdlib/commit/1790fd8540adf9a62bdd63361c7cdcc8ad540c36) - **bench:** refactor to use string interpolation in `math/base/special/beta` [(#11090)](https://github.com/stdlib-js/stdlib/pull/11090) _(by Partha Das)_
@@ -1963,7 +1964,7 @@ A total of 90 issues were closed in this release:
19631964

19641965
### Contributors
19651966

1966-
A total of 76 people contributed to this release. Thank you to the following contributors:
1967+
A total of 77 people contributed to this release. Thank you to the following contributors:
19671968

19681969
- Aayush Khanna
19691970
- Aman Singh
@@ -2037,6 +2038,7 @@ A total of 76 people contributed to this release. Thank you to the following con
20372038
- Vivek Maurya
20382039
- Yohan Park
20392040
- Yugal Kaushik
2041+
- anee3
20402042
- kaushal-kumar-it
20412043
- kshitijgarg2811-oss
20422044
- nnyouung

base/special/acoth/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @return output value
2727
*
2828
* @example
29-
* out = stdlib_base_acoth( 2.0 );
29+
* double out = stdlib_base_acoth( 2.0 );
3030
* // returns ~0.5493
3131
*/
3232
double stdlib_base_acoth( const double x ) {

0 commit comments

Comments
 (0)