0.1.3 • Published 6 years ago

integer-nextpow2 v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

integer-nextpow2

NOTE: integer-nextpow2 was renamed to @extra-integer/next-pow2. NPM

Get next power-2 of 32-bit integer (bit-shift method).

const nextPow2 = require('integer-nextpow2');
// nextPow2(<integer>)

nextPow2(63);
// 64
nextPow2(128);
// 128
nextPow2(1);
// 1
0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago