包详细信息

math-log2

sindresorhus1mMIT不推荐使用2.0.0

Deprecated

ES2015 Math.log2() ponyfill

es2015, ponyfill, polyfill, shim

自述文件

math-log2

ES2015 Math.log2() ponyfill

Install

$ npm install --save math-log2

Usage

var mathLog2 = require('math-log2');

mathLog2(5);
//=> 2.321928094887362

License

MIT © Sindre Sorhus