math-log2
ES2015
Math.log2()ponyfill
Install
$ npm install --save math-log2Usage
var mathLog2 = require('math-log2');
mathLog2(5);
//=> 2.321928094887362License
MIT © Sindre Sorhus
Deprecated
ES2015 Math.log2() ponyfill
ES2015
Math.log2()ponyfill
$ npm install --save math-log2var mathLog2 = require('math-log2');
mathLog2(5);
//=> 2.321928094887362MIT © Sindre Sorhus