Skip to content

Commit 8549270

Browse files
committed
Auto-generated commit
1 parent f55441c commit 8549270

File tree

3 files changed

+13
-4
lines changed

3 files changed

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

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`46ff8ea`](https://github.com/stdlib-js/stdlib/commit/46ff8ea7761ae438c4718681c5890f146fb0985e) - **docs:** minor clean-up _(by Philipp Burckhardt)_
2526
- [`f482c99`](https://github.com/stdlib-js/stdlib/commit/f482c9978e9ff27b9c9bf4afe03a6ee8e79f254a) - **docs:** update examples for `complex/float64/base/mul-add` [(#7267)](https://github.com/stdlib-js/stdlib/pull/7267) _(by Shabareesh Shetty)_
2627
- [`8bf8f93`](https://github.com/stdlib-js/stdlib/commit/8bf8f93d8fe5b05cd7de8347abb65255ec3b06aa) - **docs:** change examples for `complex/float64/base/mul-add` [(#7191)](https://github.com/stdlib-js/stdlib/pull/7191) _(by Shabareesh Shetty)_
2728
- [`a1e230f`](https://github.com/stdlib-js/stdlib/commit/a1e230f29297caa89880e9c194c615a0400fb7bc) - **chore:** clean up cppcheck-suppress comments _(by Karan Anand)_
@@ -39,10 +40,11 @@
3940

4041
### Contributors
4142

42-
A total of 3 people contributed to this release. Thank you to the following contributors:
43+
A total of 4 people contributed to this release. Thank you to the following contributors:
4344

4445
- Athan Reines
4546
- Karan Anand
47+
- Philipp Burckhardt
4648
- Shabareesh Shetty
4749

4850
</section>

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ Ali Salesi <[email protected]>
2121
AlyAbdelmoneim <[email protected]>
2222
Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
24+
Amisha Chhajed <[email protected]>
2425
Amit Jimiwal <[email protected]>
2526
Annamalai Prabu <[email protected]>
2627
Anshu Kumar <[email protected]>
2728
Anshu Kumar <[email protected]>
2829
Anudeep Sanapala <[email protected]>
30+
Aryan Bhirud <[email protected]>
2931
Athan Reines <[email protected]>
3032
3133
Bhavishy Agrawal <[email protected]>
@@ -35,6 +37,7 @@ Bryan Elee <[email protected]>
3537
Chinmay Joshi <[email protected]>
3638
Christopher Dambamuromo <[email protected]>
3739
40+
Daniel Hernandez Gomez <[email protected]>
3841
Daniel Killenberger <[email protected]>
3942
Daniel Yu <[email protected]>
4043
Debashis Maharana <[email protected]>
@@ -61,6 +64,7 @@ Girish Garg <[email protected]>
6164
Golden Kumar <[email protected]>
6265
Gunj Joshi <[email protected]>
6366
Gururaj Gurram <[email protected]>
67+
Harishchandra Reddy <[email protected]>
6468
Haroon Rasheed <[email protected]>
6569
6670
@@ -93,6 +97,7 @@ Krishnam Agarwal <[email protected]>
9397
Krishnendu Das <[email protected]>
9498
Kshitij-Dale <[email protected]>
9599
Lalit Narayan Yadav <[email protected]>
100+
Lokesh Ranjan <[email protected]>
96101
Lovelin Dhoni J B <[email protected]>
97102
98103
Mahfuza Humayra Mohona <[email protected]>
@@ -121,6 +126,7 @@ Ognjen Jevremović <[email protected]>
121126
Oneday12323 <[email protected]>
122127
Ori Miles <[email protected]>
123128
Philipp Burckhardt <[email protected]>
129+
Pierre Forstmann <[email protected]>
124130
Prajjwal Bajpai <[email protected]>
125131
Prajwal Kulkarni <[email protected]>
126132
Pranav Goswami <[email protected]>
@@ -197,6 +203,7 @@ ditsu <[email protected]>
197203
ekambains <[email protected]>
198204
fadiothman22 <[email protected]>
199205
iraandrushko <[email protected]>
206+
200207
lohithganni <[email protected]>
201208
olenkabilonizhka <[email protected]>
202209
pranav-1720 <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ double im = stdlib_complex128_imag( out );
234234
The function accepts the following arguments:
235235

236236
- **alpha**: `[in] stdlib_complex128_t` input value.
237-
- **z1**: `[in] stdlib_complex128_t` input value.
238-
- **z2**: `[in] stdlib_complex128_t` input value.
237+
- **x**: `[in] stdlib_complex128_t` input value.
238+
- **y**: `[in] stdlib_complex128_t` input value.
239239

240240
```c
241241
stdlib_complex128_t stdlib_base_complex128_muladd( const stdlib_complex128_t alpha, const stdlib_complex128_t x, const stdlib_complex128_t y );

0 commit comments

Comments
 (0)