Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 17, 2025
1 parent 667e88a commit 89de9df
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2025-02-16)
## Unreleased (2025-02-17)

<section class="features">

Expand Down Expand Up @@ -34,6 +34,7 @@

<details>

- [`903dd5a`](/~https://github.com/stdlib-js/stdlib/commit/903dd5ad042c88062b0e86aada5b4611d1fe8ea4) - **docs:** update REPL namespace documentation [(#5255)](/~https://github.com/stdlib-js/stdlib/pull/5255) _(by stdlib-bot)_
- [`579b628`](/~https://github.com/stdlib-js/stdlib/commit/579b6281b7cf79d745d70b779f5f250ea53aff21) - **docs:** update REPL namespace documentation [(#5244)](/~https://github.com/stdlib-js/stdlib/pull/5244) _(by stdlib-bot)_
- [`842339c`](/~https://github.com/stdlib-js/stdlib/commit/842339cc7f1235f0276e987d18b78bf04a12c2ed) - **docs:** update REPL namespace documentation [(#5208)](/~https://github.com/stdlib-js/stdlib/pull/5208) _(by stdlib-bot)_
- [`6de2470`](/~https://github.com/stdlib-js/stdlib/commit/6de24703c71c1c5fb4a591b9555186066d50f273) - **docs:** update REPL namespace documentation [(#5153)](/~https://github.com/stdlib-js/stdlib/pull/5153) _(by stdlib-bot)_
Expand Down
2 changes: 2 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ base.cmul,"\nbase.cmul( z1:Complex128, z2:Complex128 )\n Multiplies two doubl
base.cmul.assign,"\nbase.cmul.assign( re1:number, im1:number, re2:number, im2:number, \n out:ArrayLikeObject, strideOut:integer, offsetOut:integer )\n Multiplies two double-precision complex floating-point numbers and assigns\n results to a provided output array.\n"
base.cmul.strided,"\nbase.cmul.strided( z1:ArrayLikeObject, sz1:integer, oz1:integer, \n z2:ArrayLikeObject, sz2:integer, oz2:integer, out:ArrayLikeObject, \n so:integer, oo:integer )\n Multiplies two double-precision complex floating-point numbers stored in\n real-valued strided array views and assigns results to a provided strided\n output array.\n"
base.cmulf,"\nbase.cmulf( z1:Complex64, z2:Complex64 )\n Multiplies two single-precision complex floating-point numbers.\n"
base.cmulf.assign,"\nbase.cmulf.assign( re1:number, im1:number, re2:number, im2:number, \n out:ArrayLikeObject, strideOut:integer, offsetOut:integer )\n Multiplies two single-precision complex floating-point numbers and assigns\n results to a provided output array.\n"
base.cmulf.strided,"\nbase.cmulf.strided( z1:ArrayLikeObject, sz1:integer, oz1:integer, \n z2:ArrayLikeObject, sz2:integer, oz2:integer, out:ArrayLikeObject, \n so:integer, oo:integer )\n Multiplies two single-precision complex floating-point numbers stored in\n real-valued strided array views and assigns results to a provided strided\n output array.\n"
base.cneg,"\nbase.cneg( z )\n Negates a double-precision complex floating-point number.\n"
base.cnegf,"\nbase.cnegf( z )\n Negates a single-precision complex floating-point number.\n"
base.codePointAt,"\nbase.codePointAt( str:string, idx:integer, backward:boolean )\n Returns a Unicode code point from a string at a specified position.\n"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 89de9df

Please sign in to comment.