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