Square root of the mathematical constant π times 2 as a half-precision floating-point number.
var FLOAT16_SQRT_TWO_PI = require( '@stdlib/constants/float16/sqrt-two-pi' );Square root of the mathematical constant π times 2 as a half-precision floating-point number.
var bool = ( FLOAT16_SQRT_TWO_PI === 2.505859375 );
// returns truevar FLOAT16_SQRT_TWO_PI = require( '@stdlib/constants/float16/sqrt-two-pi' );
console.log( FLOAT16_SQRT_TWO_PI );
// => 2.505859375