2.0.0 • Published 5 years ago

math-log2 v2.0.0

Weekly downloads
157,339
License
MIT
Repository
github
Last release
5 years ago

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