Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 1.46 KB

File metadata and controls

73 lines (44 loc) · 1.46 KB

FLOAT16_LN_HALF

Natural logarithm of 1/2 as a half-precision floating-point number.

Usage

var FLOAT16_LN_HALF = require( '@stdlib/constants/float16/ln-half' );

FLOAT16_LN_HALF

Natural logarithm of 1/2 as a half-precision floating-point number.

var bool = ( FLOAT16_LN_HALF === -0.693359375 );
// returns true

Examples

var FLOAT16_LN_HALF = require( '@stdlib/constants/float16/ln-half' );

console.log( FLOAT16_LN_HALF );
// => -0.693359375