Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.7 KB

File metadata and controls

81 lines (48 loc) · 1.7 KB

FLOAT16_LOG10E

Base 10 logarithm of the mathematical constant e.

Usage

var FLOAT16_LOG10E = require( '@stdlib/constants/float16/log10-e' );

FLOAT16_LOG10E

Base 10 logarithm of the mathematical constant e.

var bool = ( FLOAT16_LOG10E === 0.434326171875 );
// returns true

Examples

var FLOAT16_LOG10E = require( '@stdlib/constants/float16/log10-e' );

console.log( FLOAT16_LOG10E );
// => 0.434326171875