Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches

◆ isPowerOf2()

bool Cope.misc.isPowerOf2 ( int  x)

Returns true if x is a power of 2.

Definition at line 73 of file misc.py.