Skip to content

Commit 08d7b38

Browse files
committed
Auto-generated commit
1 parent 0274a32 commit 08d7b38

File tree

101 files changed

+14
-6168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+14
-6168
lines changed

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 (2025-10-01)
7+
## Unreleased (2025-10-02)
88

99
<section class="features">
1010

@@ -230,6 +230,7 @@
230230

231231
### Reverts
232232

233+
- [`4a75f6d`](https://github.com/stdlib-js/stdlib/commit/4a75f6df054e6d718e40a37737938996ddd43006) - undo commits adding tests for full code coverage
233234
- [`be44dd1`](https://github.com/stdlib-js/stdlib/commit/be44dd10bbf2f4a3eaf81ee942c8bbb05372947d) - fix: correct function references in `absgammaln` entry
234235
- [`5691bc8`](https://github.com/stdlib-js/stdlib/commit/5691bc85544b4ad4ddc1e46ef59d0e11df983471) - fix: load correct float32 sqrt dependency
235236
- [`6c22949`](https://github.com/stdlib-js/stdlib/commit/6c22949a73493c90e4b814373ab8d8600395c5fd) - fix: correct variable name typo in hornerDescending function
@@ -685,6 +686,7 @@ A total of 66 issues were closed in this release:
685686

686687
<details>
687688

689+
- [`4a75f6d`](https://github.com/stdlib-js/stdlib/commit/4a75f6df054e6d718e40a37737938996ddd43006) - **revert:** undo commits adding tests for full code coverage _(by Philipp Burckhardt)_
688690
- [`0a65e10`](https://github.com/stdlib-js/stdlib/commit/0a65e10b6161874c950ebc20224a394c59398afc) - **test:** add tests to achieve full coverage in `digamma` _(by Philipp Burckhardt)_
689691
- [`457674e`](https://github.com/stdlib-js/stdlib/commit/457674ebfc37c325d9a880ccccbbcac1ce07543b) - **test:** add tests to achieve full coverage in `cospif` _(by Philipp Burckhardt)_
690692
- [`c1cb6ae`](https://github.com/stdlib-js/stdlib/commit/c1cb6ae0965bc8aa432b8eb2dddb03c8e1b42a2f) - **test:** add tests to achieve full coverage in `cbrt` _(by Philipp Burckhardt)_

base/special/absgammalnf/test/test.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -145,24 +145,3 @@ tape( 'if provided a positive integer, the function returns the natural logarith
145145
t.strictEqual( absgammalnf( 6.0 ), lnf( 120.0 ), 'returns expected value' );
146146
t.end();
147147
});
148-
149-
tape( 'the function returns `+infinity` for negative integers', function test( t ) {
150-
var v;
151-
152-
v = absgammalnf( f32( -1.0 ) );
153-
t.strictEqual( v, PINF, 'returns expected value' );
154-
155-
v = absgammalnf( f32( -2.0 ) );
156-
t.strictEqual( v, PINF, 'returns expected value' );
157-
158-
v = absgammalnf( f32( -3.0 ) );
159-
t.strictEqual( v, PINF, 'returns expected value' );
160-
161-
v = absgammalnf( f32( -4.0 ) );
162-
t.strictEqual( v, PINF, 'returns expected value' );
163-
164-
v = absgammalnf( f32( -5.0 ) );
165-
t.strictEqual( v, PINF, 'returns expected value' );
166-
167-
t.end();
168-
});

base/special/absgammalnf/test/test.polyval_a0.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

base/special/absgammalnf/test/test.polyval_a1.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

base/special/absgammalnf/test/test.polyval_t2.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

base/special/absgammalnf/test/test.polyval_u.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

base/special/absgammalnf/test/test.polyval_v.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)