UNPKG

next-pow-2

Version:
6 lines (4 loc) 100 B
var np2 = require('../np2') for(var i=0; i<=10; ++i) { console.log(i + ' rounds to ' + np2(i)) }