Natural logarithm of the maximum half-precision floating-point number.
var FLOAT16_MAX_LN = require( '@stdlib/constants/float16/max-ln' );Natural logarithm of the maximum half-precision floating-point number.
var bool = ( FLOAT16_MAX_LN === 11.09375 );
// returns truevar FLOAT16_MAX_LN = require( '@stdlib/constants/float16/max-ln' );
console.log( FLOAT16_MAX_LN );
// => 11.09375#include "stdlib/constants/float16/max_ln.h"Macro for the natural logarithm of the maximum half-precision floating-point number.