Skip to content

Commit 5dcd3d3

Browse files
committed
Auto-generated commit
1 parent 363a64f commit 5dcd3d3

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 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-01-19)
7+
## Unreleased (2026-01-20)
88

99
<section class="features">
1010

@@ -717,6 +717,8 @@ A total of 82 issues were closed in this release:
717717

718718
<details>
719719

720+
- [`74650c6`](https://github.com/stdlib-js/stdlib/commit/74650c6ff0f1cc54f930032127c3d1fc586d5f5c) - **chore:** remove extra empty lines [(#9834)](https://github.com/stdlib-js/stdlib/pull/9834) _(by stdlib-bot)_
721+
- [`457ce9c`](https://github.com/stdlib-js/stdlib/commit/457ce9c6b58b09832b290d2d4ae030421b509eeb) - **docs:** update `math/base/special` TypeScript declaration example code [(#9835)](https://github.com/stdlib-js/stdlib/pull/9835) _(by stdlib-bot)_
720722
- [`7ffed96`](https://github.com/stdlib-js/stdlib/commit/7ffed96e4ed10b5ee1a340adc368d27902d54591) - **test:** remove duplicate test cases in `math/base/special` packages _(by Philipp Burckhardt)_
721723
- [`7188b0d`](https://github.com/stdlib-js/stdlib/commit/7188b0d35d337eba56bd34d4970b2c852f25ebf9) - **docs:** improve doctests for complex number instances in `math/base/special/cflipsign` [(#9815)](https://github.com/stdlib-js/stdlib/pull/9815) _(by Vishal Gaikwad)_
722724
- [`a76d474`](https://github.com/stdlib-js/stdlib/commit/a76d474ab4fa9b2d936d21f9b9aca714b1349ff4) - **docs:** update `math/base/special` TypeScript declaration example code [(#9794)](https://github.com/stdlib-js/stdlib/pull/9794) _(by stdlib-bot)_

base/special/asinhf/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ int main( void ) {
178178

179179
<section class="related">
180180

181-
182181
</section>
183182

184183
<!-- /.related -->
@@ -191,7 +190,6 @@ int main( void ) {
191190

192191
<!-- <related-links> -->
193192

194-
195193
<!-- </related-links> -->
196194

197195
</section>

base/special/docs/types/index.d.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,17 +2852,9 @@ interface Namespace {
28522852
*
28532853
* @example
28542854
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
2855-
* var real = require( '@stdlib/complex/float64/real' );
2856-
* var imag = require( '@stdlib/complex/float64/imag' );
28572855
*
28582856
* var v = ns.cflipsign( new Complex128( -4.2, 5.5 ), -55.0 );
2859-
* // returns <Complex128>
2860-
*
2861-
* var re = real( v );
2862-
* // returns 4.2
2863-
*
2864-
* var im = imag( v );
2865-
* // returns -5.5
2857+
* // returns <Complex128>[ 4.2, -5.5 ]
28662858
*/
28672859
cflipsign: typeof cflipsign;
28682860

0 commit comments

Comments
 (0)