Base 2 logarithm of the mathematical constant e.
var FLOAT16_LOG2E = require( '@stdlib/constants/float16/log2-e' );Base 2 logarithm of the mathematical constant e.
var bool = ( FLOAT16_LOG2E === 1.4423828125 );
// returns truevar FLOAT16_LOG2E = require( '@stdlib/constants/float16/log2-e' );
console.log( FLOAT16_LOG2E );
// => 1.4423828125