Skip to content
/ math Public

Commit 817e0a1

Browse files
committed
Auto-generated commit
1 parent f6c94e2 commit 817e0a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ A total of 71 issues were closed in this release:
702702

703703
<details>
704704

705+
- [`92dc7c2`](https://github.com/stdlib-js/stdlib/commit/92dc7c2bea09a0f1d6d12d9048381cc8bcc99fe3) - **docs:** fix TSDoc return annotation values and example code _(by Philipp Burckhardt)_
705706
- [`dd1b623`](https://github.com/stdlib-js/stdlib/commit/dd1b623ad2423360e6fc046e0ed6b9e6a839de2f) - **feat:** update math scaffold databases [(#8706)](https://github.com/stdlib-js/stdlib/pull/8706) _(by stdlib-bot)_
706707
- [`de0ed69`](https://github.com/stdlib-js/stdlib/commit/de0ed69e3bac7ce1a081177503b3df442645daf2) - **chore:** add structured package data for `math/base/special/cinv` [(#8703)](https://github.com/stdlib-js/stdlib/pull/8703) _(by Aman Singh)_
707708
- [`148aff5`](https://github.com/stdlib-js/stdlib/commit/148aff59e237995be90401556aeb4e96207aa5a7) - **feat:** add `math/base/special/powf` [(#5739)](https://github.com/stdlib-js/stdlib/pull/5739) _(by Neeraj Pathak, Athan Reines, stdlib-bot, Karan Anand)_

tools/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ interface Namespace {
5252
* base,
5353
* base
5454
* ];
55-
* var dispatcher = dispatch( ns.unary, types, data, 2, 1, 1 );
55+
* var dispatcher = dispatch( unary, types, data, 2, 1, 1 );
5656
*
5757
* var idt = [ 'float64', 'float32', 'generic' ];
5858
* var odt = idt;

0 commit comments

Comments
 (0)