Natural logarithm of the square root of 2π.
var FLOAT16_LN_SQRT_TWO_PI = require( '@stdlib/constants/float16/ln-sqrt-two-pi' );Natural logarithm of the square root of 2π.
var bool = ( FLOAT16_LN_SQRT_TWO_PI === 0.9189453125 );
// returns truevar FLOAT16_LN_SQRT_TWO_PI = require( '@stdlib/constants/float16/ln-sqrt-two-pi' );
console.log( FLOAT16_LN_SQRT_TWO_PI );
// => 0.9189453125