Glaisher-Kinkelin constant.
Glaisher-Kinkelin constant is defined as
where
is the K-function.
var GLAISHER = require( '@stdlib/constants/float64/glaisher-kinkelin' );
The Glaisher-Kinkelin constant.
var bool = ( GLAISHER === 1.2824271291006226 );
// returns true
var GLAISHER = require( '@stdlib/constants/float64/glaisher-kinkelin' );
console.log( 'Glaisher\'s constant: %d', GLAISHER );
// => 'Glaisher\'s constant: 1.2824271291006226'
#include "stdlib/constants/float64/glaisher_kinkelin.h"
Macro for the Glaisher-Kinkelin constant.