LN_TWO_PI

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

C APIs

Usage

#include "stdlib/constants/float64/ln_two_pi.h"

STDLIB_CONSTANT_FLOAT64_LN_TWO_PI

Macro for the natural logarithm of .

Did you find this page helpful?