File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 2020
2121var 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'
You can’t perform that action at this time.
0 commit comments