Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.68 KB

File metadata and controls

81 lines (48 loc) · 1.68 KB

FLOAT16_LOG2E

Base 2 logarithm of the mathematical constant e.

Usage

var FLOAT16_LOG2E = require( '@stdlib/constants/float16/log2-e' );

FLOAT16_LOG2E

Base 2 logarithm of the mathematical constant e.

var bool = ( FLOAT16_LOG2E === 1.4423828125 );
// returns true

Examples

var FLOAT16_LOG2E = require( '@stdlib/constants/float16/log2-e' );

console.log( FLOAT16_LOG2E );
// => 1.4423828125