Base 2 logarithm of the mathematical constant e.
var LOG2E = require( '@stdlib/constants/float64/log2-e' );Base 2 logarithm of the mathematical constant e.
var bool = ( LOG2E === 1.4426950408889634 );
// returns truevar LOG2E = require( '@stdlib/constants/float64/log2-e' );
console.log( LOG2E );
// => 1.4426950408889634#include "stdlib/constants/float64/log2_e.h"Macro for the base 2 logarithm of the mathematical constant e.
@stdlib/constants/float64/e: euler's number.@stdlib/constants/float64/log10-e: base 10 logarithm of Euler's number.