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

Skip to content

Commit 692fc4e

Browse files
committed
Auto-generated commit
1 parent 98fe8e3 commit 692fc4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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-01-23)
7+
## Unreleased (2025-02-04)
88

99
<section class="packages">
1010

@@ -192,6 +192,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
192192

193193
<details>
194194

195+
- [`b957f93`](https://github.com/stdlib-js/stdlib/commit/b957f93bfacfa2b307db9b30a45fa48ce5b4488b) - **docs:** fix description _(by Athan Reines)_
195196
- [`8409bd1`](https://github.com/stdlib-js/stdlib/commit/8409bd17639c21c94be23d8498789fca5352892b) - **feat:** update namespace TypeScript declarations [(#4856)](https://github.com/stdlib-js/stdlib/pull/4856) _(by stdlib-bot)_
196197
- [`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)_
197198
- [`eb938ff`](https://github.com/stdlib-js/stdlib/commit/eb938fff22223cbbfb04568e30a4f62f8455d3bc) - **bench:** fix incomplete refactoring _(by Athan Reines)_

float64/base/mul-add/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ interface MulAdd {
9393
assign<T extends OutputArray>( ar: number, ai: number, xr: number, xi: number, yr: number, yi: number, out: T, strideOut: number, offsetOut: number ): T;
9494

9595
/**
96-
* Multiplies two double-precision complex floating-point numbers stored in real-valued strided array views and assigns results to a provided strided output array.
96+
* Performs a multiply‐add operation involving three doubleprecision complex floatingpoint numbers stored in realvalued strided array views and assigns the results to a provided strided output array.
9797
*
9898
* @param alpha - first complex number view
9999
* @param strideA - stride length for `alpha`

0 commit comments

Comments
 (0)
0