Skip to content

Commit 86f486b

Browse files
committed
Auto-generated commit
1 parent f4923f3 commit 86f486b

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2025-04-20)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`6847363`](https://github.com/stdlib-js/stdlib/commit/68473633e18bf94b785faa26992986552f6ead2c) - **chore:** update test messages in `constants/float64` [(#6747)](https://github.com/stdlib-js/stdlib/pull/6747) _(by Harsh, hrshya)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 2 people contributed to this release. Thank you to the following contributors:
28+
29+
- Harsh
30+
- hrshya
31+
32+
</section>
33+
34+
<!-- /.contributors -->
35+
36+
</section>
37+
38+
<!-- /.release -->
39+
540
<section class="release" id="v0.2.2">
641

742
## 0.2.2 (2024-07-27)

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Dorrin Sotoudeh <[email protected]>
5151
EuniceSim142 <[email protected]>
5252
Frank Kovacs <[email protected]>
5353
GK Bishnoi <[email protected]>
54+
GURU PRASAD SHARMA <[email protected]>
5455
5556
Gautam sharma <[email protected]>
5657
Golden Kumar <[email protected]>
@@ -180,6 +181,7 @@ Yuvi Mittal <[email protected]>
180181
181182
ekambains <[email protected]>
182183
fadiothman22 <[email protected]>
184+
iraandrushko <[email protected]>
183185
lohithganni <[email protected]>
184186
olenkabilonizhka <[email protected]>
185187
pranav-1720 <[email protected]>

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tape( 'main export is a number', function test( t ) {
3838
});
3939

4040
tape( 'export is a double-precision floating-point number equal to 0.9189385332046728', function test( t ) {
41-
t.equal( LN_SQRT_TWO_PI, 0.9189385332046728, 'equals 0.9189385332046728' );
41+
t.equal( LN_SQRT_TWO_PI, 0.9189385332046728, 'returns expected value' );
4242
t.end();
4343
});
4444

0 commit comments

Comments
 (0)