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 Jun 7, 2024
1 parent 9310230 commit 10334ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4352,6 +4352,7 @@ A total of 24 people contributed to this release. Thank you to the following con

<details>

- [`95cd4ef`](https://github.com/stdlib-js/stdlib/commit/95cd4ef83e181ffbf50aeef1a6e44e14338d1261) - **docs:** update namespace TypeScript declarations [(#2312)](https://github.com/stdlib-js/stdlib/pull/2312) _(by stdlib-bot, Athan Reines)_
- [`e382574`](https://github.com/stdlib-js/stdlib/commit/e3825741e7ba30619c392ce88c5236d3b6454899) - **feat:** add C implementation for `math/base/special/spence` [(#2298)](https://github.com/stdlib-js/stdlib/pull/2298) _(by Gunj Joshi, Athan Reines, Philipp Burckhardt)_
- [`7acb708`](https://github.com/stdlib-js/stdlib/commit/7acb708696e5e8f7199fde4b9a20079cb60d41a5) - **style:** fix spacing and line breaks [(#2296)](https://github.com/stdlib-js/stdlib/pull/2296) _(by Gunj Joshi)_
- [`65619f9`](https://github.com/stdlib-js/stdlib/commit/65619f9450eaca20d834543f494d5f312e692810) - **refactor:** use signed integers for `math/base/special/log2` [(#2295)](https://github.com/stdlib-js/stdlib/pull/2295) _(by Gunj Joshi)_
Expand Down
2 changes: 1 addition & 1 deletion base/special/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6884,7 +6884,7 @@ interface Namespace {
sinpi: typeof sinpi;

/**
* Evaluates Spences function, which is also known as the dilogarithm.
* Evaluates Spence's function, which is also known as the dilogarithm.
*
* @param x - input value
* @returns function value
Expand Down

0 comments on commit 10334ef

Please sign in to comment.