Natural logarithm of the mathematical constant π as a half-precision floating-point number.
var FLOAT16_LN_PI = require( '@stdlib/constants/float16/ln-pi' );Natural logarithm of the mathematical constant π as a half-precision floating-point number.
var bool = ( FLOAT16_LN_PI === 1.14453125 );
// returns truevar FLOAT16_LN_PI = require( '@stdlib/constants/float16/ln-pi' );
console.log( FLOAT16_LN_PI );
// => 1.14453125