clz32
ES2015
Math.clz32()
ponyfill
Install
$ npm install --save clz32
Usage
var clz32 = require('clz32');
clz32(1000);
//=> 22
License
MIT © Sindre Sorhus
Deprecated
ES2015 Math.clz32() ponyfill
ES2015
Math.clz32()
ponyfill
$ npm install --save clz32
var clz32 = require('clz32');
clz32(1000);
//=> 22
MIT © Sindre Sorhus