Natural Logarithm of 2π

Natural logarithm of .

Usage

var LN_TWO_PI = require( '@stdlib/constants/float64/ln-two-pi' );

LN_TWO_PI

Natural logarithm of .

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
Did you find this page helpful?