Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 1.63 KB

File metadata and controls

79 lines (47 loc) · 1.63 KB

FLOAT16_LN_SQRT_TWO_PI

Natural logarithm of the square root of 2π.

Usage

var FLOAT16_LN_SQRT_TWO_PI = require( '@stdlib/constants/float16/ln-sqrt-two-pi' );

FLOAT16_LN_SQRT_TWO_PI

Natural logarithm of the square root of 2π.

var bool = ( FLOAT16_LN_SQRT_TWO_PI === 0.9189453125 );
// returns true

Examples

var FLOAT16_LN_SQRT_TWO_PI = require( '@stdlib/constants/float16/ln-sqrt-two-pi' );

console.log( FLOAT16_LN_SQRT_TWO_PI );
// => 0.9189453125