Base 10 logarithm of the mathematical constant e.
var FLOAT16_LOG10E = require( '@stdlib/constants/float16/log10-e' );Base 10 logarithm of the mathematical constant e.
var bool = ( FLOAT16_LOG10E === 0.434326171875 );
// returns truevar FLOAT16_LOG10E = require( '@stdlib/constants/float16/log10-e' );
console.log( FLOAT16_LOG10E );
// => 0.434326171875