Checks whether a given number is a power of 2 greater than 0.
The number to check
Returns true if the number is a power of 2 greater than 0
Checks whether a given number is a power of 2 greater than 0.