Skip to content

Commit b17e2c0

Browse files
committed
Auto-generated commit
1 parent ba57691 commit b17e2c0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`29e738e`](https://github.com/stdlib-js/stdlib/commit/29e738ee833defc955ae61c3c7d5334b5973d40f) - **docs:** fix return annotation _(by Athan Reines)_
2526
- [`fea0656`](https://github.com/stdlib-js/stdlib/commit/fea0656961ebe7b36ce35e6f13145b9c4d4c975d) - **feat:** add `constants/float32/glaisher-kinkelin` [(#6145)](https://github.com/stdlib-js/stdlib/pull/6145) _(by Neeraj Pathak, stdlib-bot)_
2627

2728
</details>
@@ -34,8 +35,9 @@
3435

3536
### Contributors
3637

37-
A total of 1 person contributed to this release. Thank you to this contributor:
38+
A total of 2 people contributed to this release. Thank you to the following contributors:
3839

40+
- Athan Reines
3941
- Neeraj Pathak
4042

4143
</section>

examples/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
var FLOAT32_GLAISHER = require( './../lib' );
2222

23-
console.log( 'Glaisher\'s constant: %f', FLOAT32_GLAISHER );
24-
// => 1.2824270725250244
23+
console.log( 'Glaisher\'s constant: %d', FLOAT32_GLAISHER );
24+
// => 'Glaisher\'s constant: 1.2824270725250244'

0 commit comments

Comments
 (0)