Skip to content

Commit b720b95

Browse files
chore: refactor define value
1 parent 1bbcea6 commit b720b95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/constants/float32/glaisher-kinkelin/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

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

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

lib/node_modules/@stdlib/constants/float32/glaisher-kinkelin/include/stdlib/constants/float32/glaisher_kinkelin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
/**
2323
* Macro for the Glaisher-Kinkelin constant.
2424
*/
25-
#define STDLIB_CONSTANT_FLOAT32_GLAISHER 1.2824271f
25+
#define STDLIB_CONSTANT_FLOAT32_GLAISHER 1.2824270725250244f
2626

2727
#endif // !STDLIB_CONSTANTS_FLOAT32_GLAISHER_KINKELIN_H

0 commit comments

Comments
 (0)