Square root of
3as a half-precision floating-point number.
var FLOAT16_SQRT3 = require( '@stdlib/constants/float16/sqrt-three' );Square root of 3 as a half-precision floating-point number.
var bool = ( FLOAT16_SQRT3 === 1.732421875 );
// returns truevar FLOAT16_SQRT3 = require( '@stdlib/constants/float16/sqrt-three' );
console.log( FLOAT16_SQRT3 );
// => 1.732421875