Skip to content

Commit dbcf824

Browse files
committed
Auto-generated commit
1 parent 69acd44 commit dbcf824

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
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-06-06)
7+
## Unreleased (2025-06-07)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@
3434

3535
<details>
3636

37+
- [`1c87942`](https://github.com/stdlib-js/stdlib/commit/1c87942c8d2a2597a8f710c1d139ff2120576cc7) - **docs:** update REPL namespace documentation [(#7242)](https://github.com/stdlib-js/stdlib/pull/7242) _(by stdlib-bot)_
3738
- [`7d29148`](https://github.com/stdlib-js/stdlib/commit/7d29148daa701a3113e72a901fd5096d2a5da4d1) - **docs:** update REPL namespace documentation [(#7232)](https://github.com/stdlib-js/stdlib/pull/7232) _(by stdlib-bot)_
3839
- [`6665951`](https://github.com/stdlib-js/stdlib/commit/66659512747686f55bd8e8c0420f8a1d8131a221) - **docs:** update REPL namespace documentation [(#7221)](https://github.com/stdlib-js/stdlib/pull/7221) _(by stdlib-bot)_
3940
- [`586b528`](https://github.com/stdlib-js/stdlib/commit/586b5281dac7ad93a3fce2c87d45386c77e71f45) - **docs:** update REPL namespace documentation [(#7151)](https://github.com/stdlib-js/stdlib/pull/7151) _(by stdlib-bot)_

data/data.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,12 @@ base.acartesianProduct,"base.acartesianProduct( x1:ArrayLikeObject, x2:ArrayLike
9898
base.acartesianSquare,"base.acartesianSquare( x:ArrayLikeObject )"
9999
base.acos,"base.acos( x:number )"
100100
base.acosd,"base.acosd( x:number )"
101+
base.acosdf,"base.acosdf( x:number )"
101102
base.acosf,"base.acosf( x:number )"
102103
base.acosh,"base.acosh( x:number )"
103104
base.acot,"base.acot( x:number )"
104105
base.acotd,"base.acotd( x:number )"
106+
base.acotdf,"base.acotdf( x:number )"
105107
base.acotf,"base.acotf( x:number )"
106108
base.acoth,"base.acoth( x:number )"
107109
base.acovercos,"base.acovercos( x:number )"
@@ -243,6 +245,7 @@ base.cfloorn,"base.cfloorn( z:Complex128, n:integer )"
243245
base.cidentity,"base.cidentity( z:Complex128 )"
244246
base.cidentityf,"base.cidentityf( z:Complex64 )"
245247
base.cinv,"base.cinv( z:Complex128 )"
248+
base.cinvf,"base.cinvf( z:Complex64 )"
246249
base.clamp,"base.clamp( v:number, min:number, max:number )"
247250
base.clampf,"base.clampf( v:number, min:number, max:number )"
248251
base.cmul,"base.cmul( z1:Complex128, z2:Complex128 )"

data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)