File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)_
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
121121Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
122122Ori Miles <97595296+orimiles5@users.noreply.github.com>
123123Philipp Burckhardt <pburckhardt@outlook.com>
124+ Pierre Forstmann <15964998+pierreforstmann@users.noreply.github.com>
124125Prajjwal Bajpai <142303989+prajjwalbajpai@users.noreply.github.com>
125126Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
126127Pranav Goswami <pranavchiku11@gmail.com>
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ double out = stdlib_base_cos( 0.0 );
111111// returns 1.0
112112
113113out = stdlib_base_cos( 3.141592653589793 / 4.0 );
114- // returns ~- 0.707
114+ // returns ~0.707
115115```
116116
117117The function accepts the following arguments:
You can’t perform that action at this time.
0 commit comments