time-to-botec/js/node_modules/@stdlib/constants/float64/log2-e/README.md
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

1.3 KiB

LOG2E

Base 2 logarithm of the mathematical constant e.

Usage

var LOG2E = require( '@stdlib/constants/float64/log2-e' );

LOG2E

Base 2 logarithm of the mathematical constant e.

var bool = ( LOG2E === 1.4426950408889634 );
// returns true

Examples

var LOG2E = require( '@stdlib/constants/float64/log2-e' );

console.log( LOG2E );
// => 1.4426950408889634