8000 Auto-generated commit · stdlib-js/complex@30cb6ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 30cb6ac

Browse files
committed
Auto-generated commit
1 parent 2300af3 commit 30cb6ac

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
191191

192192
<details>
193193

194+
- [`15204d7`](https://github.com/stdlib-js/stdlib/commit/15204d79d9a8dfeb4c520e6948813f29972e0aa2) - **docs:** update namespace table of contents [(#4858)](https://github.com/stdlib-js/stdlib/pull/4858) _(by stdlib-bot)_
194195
- [`eb938ff`](https://github.com/stdlib-js/stdlib/commit/eb938fff22223cbbfb04568e30a4f62f8455d3bc) - **bench:** fix incomplete refactoring _(by Athan Reines)_
195196
- [`a4340c8`](https://github.com/stdlib-js/stdlib/commit/a4340c8e2aea6c40af52e3665c82e35af7b50f96) - **feat:** add `muladd` to namespace _(by Athan Reines)_
196197
- [`68cb0b2`](https://github.com/stdlib-js/stdlib/commit/68cb0b20a2333a13fa86f17c9efeb4909179a816) - **feat:** add `complex/float64/base/mul-add` _(by Athan Reines)_

float64/base/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ The namespace contains the following functions:
5858
<div class="namespace-toc">
5959

6060
- <span class="signature">[`add( z1, z2 )`][@stdlib/complex/float64/base/add]</span><span class="delimiter">: </span><span class="description">add two double-precision complex floating-point numbers.</span>
61+
- <span class="signature">[`muladd( alpha, x, y )`][@stdlib/complex/float64/base/mul-add]</span><span class="delimiter">: </span><span class="description">perform a multiply-add operation involving three double-precision complex floating-point numbers.</span>
6162
- <span class="signature">[`mul( z1, z2 )`][@stdlib/complex/float64/base/mul]</span><span class="delimiter">: </span><span class="description">multiply two double-precision complex floating-point numbers.</span>
63+
- <span class="signature">[`scale( alpha, z )`][@stdlib/complex/float64/base/scale]</span><span class="delimiter">: </span><span class="description">scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.</span>
6264

6365
</div>
6466

@@ -111,8 +113,12 @@ console.log( objectKeys( ns ) );
111113

112114
[@stdlib/complex/float64/base/add]: https://github.com/stdlib-js/complex/tree/main/float64/base/add
113115

116+
[@stdlib/complex/float64/base/mul-add]: https://github.com/stdlib-js/complex/tree/main/float64/base/mul-add
117+
114118
[@stdlib/complex/float64/base/mul]: https://github.com/stdlib-js/complex/tree/main/float64/base/mul
115119

120+
[@stdlib/complex/float64/base/scale]: https://github.com/stdlib-js/complex/tree/main/float64/base/scale
121+
116122
[@stdlib/complex/float64/base/assert]: https://github.com/stdlib-js/complex/tree/main/float64/base/assert
117123

118124
<!-- </toc-links> -->

0 commit comments

Comments
 (0)
0