Skip to content

Commit a9c2507

Browse files
committed
Auto-generated commit
1 parent 78d3343 commit a9c2507

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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 (2026-04-19)
7+
## Unreleased (2026-04-20)
88

99
<section class="features">
1010

@@ -731,6 +731,7 @@ A total of 95 issues were closed in this release:
731731

732732
<details>
733733

734+
- [`0f96d30`](https://github.com/stdlib-js/stdlib/commit/0f96d3092e11bed46e6cd83efd770c2d6fa77af1) - **docs:** update namespace table of contents [(#11637)](https://github.com/stdlib-js/stdlib/pull/11637) _(by stdlib-bot, Philipp Burckhardt)_
734735
- [`a395fc0`](https://github.com/stdlib-js/stdlib/commit/a395fc0b7b35e6367dd6990257cccde63c95f782) - **docs:** fix return values _(by Athan Reines)_
735736
- [`59cfc31`](https://github.com/stdlib-js/stdlib/commit/59cfc311ef41bba1c23ce2db0368f8569ce5b38c) - **docs:** correct JSDoc return value in `math/base/tools/chebyshev-seriesf` [(#11584)](https://github.com/stdlib-js/stdlib/pull/11584) _(by Philipp Burckhardt)_
736737
- [`6f1f614`](https://github.com/stdlib-js/stdlib/commit/6f1f614099fd5d3d7efccbe4ac64b0ee3cc7a084) - **test:** migrate `math/base/special/acosd` to ULP-based testing [(#11601)](https://github.com/stdlib-js/stdlib/pull/11601) _(by Prajjwal Bajpai)_

base/tools/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ var o = tools;
4444
<div class="namespace-toc">
4545

4646
- <span class="signature">[`chebyshevSeries( x, c )`][@stdlib/math/base/tools/chebyshev-series]</span><span class="delimiter">: </span><span class="description">evaluate a Chebyshev series using double-precision floating-point arithmetic.</span>
47+
- <span class="signature">[`chebyshevSeriesf( x, c )`][@stdlib/math/base/tools/chebyshev-seriesf]</span><span class="delimiter">: </span><span class="description">evaluate a Chebyshev series using single-precision floating-point arithmetic.</span>
4748
- <span class="signature">[`continuedFraction( generator[, options ] )`][@stdlib/math/base/tools/continued-fraction]</span><span class="delimiter">: </span><span class="description">continued fraction approximation.</span>
4849
- <span class="signature">[`evalpoly( c, x )`][@stdlib/math/base/tools/evalpoly]</span><span class="delimiter">: </span><span class="description">evaluate a polynomial using double-precision floating-point arithmetic.</span>
4950
- <span class="signature">[`evalpolyf( c, x )`][@stdlib/math/base/tools/evalpolyf]</span><span class="delimiter">: </span><span class="description">evaluate a polynomial using single-precision floating-point arithmetic.</span>
@@ -99,6 +100,8 @@ console.log( objectKeys( tools ) );
99100

100101
[@stdlib/math/base/tools/chebyshev-series]: https://github.com/stdlib-js/math/tree/main/base/tools/chebyshev-series
101102

103+
[@stdlib/math/base/tools/chebyshev-seriesf]: https://github.com/stdlib-js/math/tree/main/base/tools/chebyshev-seriesf
104+
102105
[@stdlib/math/base/tools/continued-fraction]: https://github.com/stdlib-js/math/tree/main/base/tools/continued-fraction
103106

104107
[@stdlib/math/base/tools/evalpoly]: https://github.com/stdlib-js/math/tree/main/base/tools/evalpoly

0 commit comments

Comments
 (0)