1.0.0 • Published 11 years ago
is-power-of-two v1.0.0
is-power-of-two
Test whether a number is power of two.
var isPOT = require('is-power-of-two')
isPOT(4) === true
isPOT(16) === true
isPOT(10) === falseUsage
powerOfTwo(number)
If the given number is greater than 0 and a power of 2, returns true. Otherwise returns false.
See Also
License
MIT, see LICENSE.md for details.
1.0.0
11 years ago
