Natural logarithm of
2
.
var LN2 = require( '@stdlib/constants/float64/ln-two' );
Natural logarithm of 2
.
var bool = ( LN2 === 0.6931471805599453 );
// returns true
var LN2 = require( '@stdlib/constants/float64/ln-two' );
console.log( LN2 );
// => 0.6931471805599453
#include "stdlib/constants/float64/ln_two.h"
Macro for the natural logarithm of 2
.
@stdlib/constants/float64/ln-ten
: natural logarithm of 10.