Skip to content

Commit d97ec06

Browse files
committed
Auto-generated commit
1 parent ad8d3bf commit d97ec06

3 files changed

Lines changed: 35 additions & 2 deletions

File tree

.github/.keepalive

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

CHANGELOG.md

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

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2026-06-01)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`8879b1d`](https://github.com/stdlib-js/stdlib/commit/8879b1d32513bce3f1cc083787d3ca504f7673a4) - **docs:** tidy doc and C macro drift in `@stdlib/constants-float32` [(#12432)](https://github.com/stdlib-js/stdlib/pull/12432) _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.1.1">
640

741
## 0.1.1 (2026-02-07)

include/stdlib/constants/float32/half_ln_two.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
/**
2323
* Macro for one half times the natural logarithm of 2 as a single-precision floating-point number.
2424
*/
25-
#define STDLIB_CONSTANT_FLOAT32_HALF_LN_TWO 0.3465735912322998
25+
#define STDLIB_CONSTANT_FLOAT32_HALF_LN_TWO 0.3465735912322998f
2626

2727
#endif // !STDLIB_CONSTANTS_FLOAT32_HALF_LN_TWO_H

0 commit comments

Comments
 (0)