Skip to content

Commit 29820d1

Browse files
committed
Auto-generated commit
1 parent 7f2f475 commit 29820d1

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

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-06-08)
7+
## Unreleased (2025-06-09)
88

99
<section class="features">
1010

@@ -491,6 +491,7 @@ A total of 46 issues were closed in this release:
491491

492492
<details>
493493

494+
- [`37d4438`](https://github.com/stdlib-js/stdlib/commit/37d443898b8068b4f2003b839ec29e4afc72fdbe) - **docs:** fix return value _(by Karan Anand)_
494495
- [`e15537c`](https://github.com/stdlib-js/stdlib/commit/e15537c8db65ebce56f23fb28150bf11400827f8) - **docs:** add missing space _(by Karan Anand)_
495496
- [`d4793c2`](https://github.com/stdlib-js/stdlib/commit/d4793c2308505d16cb0e553861de8f4a2de24152) - **refactor:** align conditional checks with `C` implementation _(by Karan Anand)_
496497
- [`2e5601a`](https://github.com/stdlib-js/stdlib/commit/2e5601ac124eba7f7da0079cf9c8124c21810c3d) - **feat:** add signed 16-bit integer APIs _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
121121
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
122122
Ori Miles <97595296+orimiles5@users.noreply.github.com>
123123
Philipp Burckhardt <pburckhardt@outlook.com>
124+
Pierre Forstmann <15964998+pierreforstmann@users.noreply.github.com>
124125
Prajjwal Bajpai <142303989+prajjwalbajpai@users.noreply.github.com>
125126
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
126127
Pranav Goswami <pranavchiku11@gmail.com>

base/special/cos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ double out = stdlib_base_cos( 0.0 );
111111
// returns 1.0
112112

113113
out = stdlib_base_cos( 3.141592653589793 / 4.0 );
114-
// returns ~-0.707
114+
// returns ~0.707
115115
```
116116

117117
The function accepts the following arguments:

0 commit comments

Comments
 (0)