Natural logarithm of the smallest normalized double-precision floating-point number.
var FLOAT64_MIN_LN = require( '@stdlib/constants/float64/min-ln' );
Natural logarithm of the smallest normalized double-precision floating-point number.
var bool = ( FLOAT64_MIN_LN === -708.3964185322641 );
// returns true
var FLOAT64_MIN_LN = require( '@stdlib/constants/float64/min-ln' );
console.log( FLOAT64_MIN_LN );
// => -708.3964185322641
#include "stdlib/constants/float64/min_ln.h"
Macro for the natural logarithm of the smallest normalized double-precision floating-point number.
@stdlib/constants/float64/max-ln
: natural logarithm of the maximum double-precision floating-point number.