1.4 KiB
1.4 KiB
Natural Logarithm of 2π
Natural logarithm of
2π
.
Usage
var LN_TWO_PI = require( '@stdlib/constants/float64/ln-two-pi' );
LN_TWO_PI
Natural logarithm of 2π
.
var bool = ( LN_TWO_PI === 1.8378770664093456 );
// returns true
Examples
var LN_TWO_PI = require( '@stdlib/constants/float64/ln-two-pi' );
console.log( LN_TWO_PI );
// => 1.8378770664093456